mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 07:05:52 -05:00
Version 0.6.29
This commit is contained in:
parent
15eb8f17bf
commit
55671511c8
@ -1164,6 +1164,8 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
|
||||
}
|
||||
case 'smbios':
|
||||
{
|
||||
// SMBIOS information should never be saved when NeDB is in use.
|
||||
|
||||
// See if we need to save SMBIOS information
|
||||
if (domain.smbios === true) {
|
||||
// Store the RAW SMBios table of this computer
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "meshcentral",
|
||||
"version": "0.6.28",
|
||||
"version": "0.6.29",
|
||||
"keywords": [
|
||||
"Remote Device Management",
|
||||
"Remote Device Monitoring",
|
||||
@ -44,10 +44,7 @@
|
||||
"express": "^4.17.0",
|
||||
"express-handlebars": "^3.1.0",
|
||||
"express-ws": "^4.0.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"ipcheck": "^0.1.0",
|
||||
"jsdom": "^16.4.0",
|
||||
"minify-js": "0.0.4",
|
||||
"minimist": "^1.2.0",
|
||||
"multiparty": "^4.2.1",
|
||||
"nedb": "^1.8.0",
|
||||
|
Loading…
Reference in New Issue
Block a user