Merge branch 'master' of https://github.com/Ylianst/MeshCentral
This commit is contained in:
commit
2e4288cda0
|
@ -2662,7 +2662,7 @@ function onTunnelData(data) {
|
|||
if (this.httprequest.consent && (this.httprequest.consent & 4)) {
|
||||
// User Notifications is required
|
||||
MeshServerLogEx(42, null, "Started remote files with toast notification (" + this.httprequest.remoteaddr + ")", this.httprequest);
|
||||
var notifyMessage = currentTranslation['fileNotify'].replace('{0}', this.ws.httprequest.realname);
|
||||
var notifyMessage = currentTranslation['fileNotify'].replace('{0}', this.httprequest.realname);
|
||||
var notifyTitle = "MeshCentral";
|
||||
if (this.httprequest.soptions != null) {
|
||||
if (this.httprequest.soptions.notifyTitle != null) { notifyTitle = this.httprequest.soptions.notifyTitle; }
|
||||
|
|
|
@ -59,7 +59,7 @@ These are separated into the following categories depending on the type of funct
|
|||
- Mesh Agent (Node), to introduce functionality to each agent
|
||||
|
||||
### Web UI Hooks
|
||||
`onDeviceRefeshEnd`: called when a device is selected in the MeshCentral web interface
|
||||
`onDeviceRefreshEnd`: called when a device is selected in the MeshCentral web interface
|
||||
`registerPluginTab`: callable when a device is selected in the MeshCentral web interface to register a new tab for plugin data, if required. Accepts an object, or function that returns an object, with the following properties: { tabId: "yourShortNameHere", tabTitle: "Your Display Name"}. A tab and div with the associated ID and title will be created for your use
|
||||
`onDesktopDisconnect`: called when a remote desktop session is disconnected
|
||||
`onWebUIStartupEnd`: called when the page has loaded for the first time after a login / refresh
|
||||
|
|
Loading…
Reference in New Issue