mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Sysinfo doc now live update, improved 2FA backup codes dialog.
This commit is contained in:
parent
c331681ad1
commit
b87b5e93a4
9 changed files with 55 additions and 21 deletions
|
@ -1912,7 +1912,9 @@ function createMeshCore(agent)
|
|||
}
|
||||
case 'sysinfo': { // Return system information
|
||||
getSystemInformation(function (results, err) {
|
||||
if (results == null) { sendConsoleText(err, this.sessionid); } else { sendConsoleText(JSON.stringify(results, null, 1), this.sessionid); }
|
||||
if (results == null) { sendConsoleText(err, this.sessionid); } else {
|
||||
sendConsoleText(JSON.stringify(results, null, 1), this.sessionid);
|
||||
}
|
||||
});
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue