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