mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-04-09 06:00:03 -04:00
Clean up
This commit is contained in:
parent
e39cd672ab
commit
e6fbf65815
@ -2941,10 +2941,6 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
|
|||||||
sendPeriodicServerUpdate();
|
sendPeriodicServerUpdate();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'agentmsgx': {
|
|
||||||
try { mesh.SendCommand({ action: 'sessions', type: 'msg', value: { 0: { msg: "This is an old agent version, consider updating.", msgid: 117, icon: 3 } } }); } catch (ex) { }
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
case 'agentmsg': {
|
case 'agentmsg': {
|
||||||
if (args['_'].length == 0) {
|
if (args['_'].length == 0) {
|
||||||
response = "Proper usage:\r\n agentmsg add \"[message]\" [iconIndex]\r\n agentmsg remove [index]\r\n agentmsg list"; // Display usage
|
response = "Proper usage:\r\n agentmsg add \"[message]\" [iconIndex]\r\n agentmsg remove [index]\r\n agentmsg list"; // Display usage
|
||||||
|
@ -12388,7 +12388,7 @@
|
|||||||
114: "Removed push notification authentication device",
|
114: "Removed push notification authentication device",
|
||||||
115: "Added login token",
|
115: "Added login token",
|
||||||
116: "Removed login token",
|
116: "Removed login token",
|
||||||
117: "This is an old agent version, consider updating.xx"
|
117: "This is an old agent version, consider updating."
|
||||||
};
|
};
|
||||||
|
|
||||||
// Highlights the device being hovered
|
// Highlights the device being hovered
|
||||||
|
Loading…
x
Reference in New Issue
Block a user