mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Synced with Agent Repo
1. Capped smbios to 64k 2. Removed commented out code from win-console.js 3. Updated win-terminal to check for null before pushing
This commit is contained in:
parent
b6f9a422d7
commit
b93ba8ccdd
3 changed files with 28 additions and 17 deletions
|
@ -191,6 +191,12 @@ function SMBiosTables()
|
|||
catch(e)
|
||||
{
|
||||
}
|
||||
try
|
||||
{
|
||||
if (JSON.stringify(r).length > 65535) { r = {}; }
|
||||
}
|
||||
catch(ee)
|
||||
{}
|
||||
return r;
|
||||
}
|
||||
this.processorInfo = function processorInfo(data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue