mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
fix messager recordings/events/downloads
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -15356,7 +15356,8 @@
|
||||
158: "Displaying alert box, title=\"{0}\", message=\"{1}\"",
|
||||
159: "Device Powered On",
|
||||
160: "Enabled Duo two-factor authentication",
|
||||
161: "Disabled Duo two-factor authentication"
|
||||
161: "Disabled Duo two-factor authentication",
|
||||
162: "Started messenger session \"{0}\" from {1} to {2}"
|
||||
};
|
||||
|
||||
var eventsShortMessageId = {
|
||||
@@ -17484,6 +17485,7 @@
|
||||
if (rec.protocol == 5) { protocolStr = "Files"; }
|
||||
if (rec.protocol == 100) { protocolStr = "Intel® AMT WSMAN"; }
|
||||
if (rec.protocol == 101) { protocolStr = "Intel® AMT Redirection"; }
|
||||
if (rec.protocol == 200) { protocolStr = "Messenger"; }
|
||||
x += addHtmlValue4("Protocol", protocolStr);
|
||||
}
|
||||
x += addHtmlValue4("Status", (rec.present == 1)?"Present on server":"Not on server");
|
||||
|
||||
Reference in New Issue
Block a user