mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
Added Intel AMT LMS event support and parsing.
This commit is contained in:
@@ -3695,7 +3695,7 @@
|
||||
}
|
||||
|
||||
//
|
||||
// MESH AGENT CONSOLE
|
||||
// CONSOLE
|
||||
//
|
||||
|
||||
function agentConsoleHandleKeys(e) {
|
||||
@@ -3790,7 +3790,7 @@
|
||||
|
||||
// Handle Mesh Agent console data
|
||||
function p15consoleReceive(node, data) {
|
||||
data = '<div>' + EscapeHtmlBreaks(data) + '</div>'
|
||||
data = '<div>' + data + '</div>'
|
||||
if (node.consoleText == null) { node.consoleText = data; } else { node.consoleText += data; }
|
||||
if (consoleNode == node) {
|
||||
Q('p15agentConsoleText').innerHTML += data;
|
||||
|
||||
Reference in New Issue
Block a user