mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added Intel AMT LMS event support and parsing.
This commit is contained in:
parent
49927f0abc
commit
007f150be0
9 changed files with 1390 additions and 206 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue