mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-08 21:24:53 -05:00
Improved SSH/FTP/RDP event logs, #3679
This commit is contained in:
@@ -13465,9 +13465,9 @@
|
||||
120: "Started local relay session \"{0}\", protocol {1} to {2}",
|
||||
121: "Ended local relay session \"{0}\", protocol {1} to {2}, {3} second(s)",
|
||||
122: "Left the desktop multiplex session after {0} second(s).", // No longer in use, replaced with 144
|
||||
123: "Left Web-SSH session after {0} second(s).",
|
||||
124: "Left Web-SFTP session after {0} second(s).",
|
||||
125: "Left Web-RDP session after {0} second(s).",
|
||||
123: "Left Web-SSH session \"{1}\" after {0} second(s).",
|
||||
124: "Left Web-SFTP session \"{1}\" after {0} second(s).",
|
||||
125: "Left Web-RDP session \"{1}\" after {0} second(s).",
|
||||
126: "Left Web-VNC session after {0} second(s).",
|
||||
127: "Changed account display name to {0}.",
|
||||
128: "Account created, name is {0}.",
|
||||
@@ -13489,7 +13489,11 @@
|
||||
144: "Left the desktop multiplex session \"{0}\" after {1} second(s).",
|
||||
145: "Started desktop multiplex session \"{0}\"",
|
||||
146: "Finished recording session \"{0}\", {1} second(s)",
|
||||
147: "Closed desktop multiplex session \"{0}\", {1} second(s)"
|
||||
147: "Closed desktop multiplex session \"{0}\", {1} second(s)",
|
||||
148: "Started Web-SSH session \"{0}\".",
|
||||
149: "Started Web-SFTP session \"{0}\".",
|
||||
150: "Started Web-RDP session \"{0}\".",
|
||||
151: "Started Web-VNC session \"{0}\"." // Not in use yet
|
||||
};
|
||||
|
||||
var eventsShortMessageId = {
|
||||
|
||||
Reference in New Issue
Block a user