diff --git a/db.js b/db.js
index 4fb096bc..a738fb95 100644
--- a/db.js
+++ b/db.js
@@ -410,7 +410,7 @@ module.exports.CreateDB = function (parent) {
obj.file.count({ type: 'mesh' }, function (err, meshCount) {
obj.file.count({ type: 'user' }, function (err, userCount) {
obj.file.count({}, function (err, totalCount) {
- func({ nodes: nodeCount, meshes: meshCount, powerEvents: powerCount, users: userCount, nodeInterfaces: nodeInterfaceCount, notes: noteCount, connectEvent: nodeLastConnectCount, smbios: nodeSmbiosCount, total: totalCount });
+ func({ nodes: nodeCount, meshes: meshCount, users: userCount, total: totalCount });
});
});
});
diff --git a/meshcentral.js b/meshcentral.js
index 92b9c740..82bdfd79 100644
--- a/meshcentral.js
+++ b/meshcentral.js
@@ -818,9 +818,6 @@ function CreateMeshCentralServer(config, args) {
if (obj.mpsserver != null) { data.conn.am = Object.keys(obj.mpsserver.ciraConnections).length; }
obj.db.SetServerStats(data);
});
-
-
-
}, 300000);
//obj.debug(1, 'Server started');
diff --git a/package.json b/package.json
index a398f046..381c5538 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "meshcentral",
- "version": "0.3.1-c",
+ "version": "0.3.1-e",
"keywords": [
"Remote Management",
"Intel AMT",
diff --git a/views/default-min.handlebars b/views/default-min.handlebars
index e6465347..5dcc8dfa 100644
--- a/views/default-min.handlebars
+++ b/views/default-min.handlebars
@@ -1,13940 +1 @@
-
MeshCentral ↔
My Devices | My Account | My Events | My Files | My Users | My Server | |
General | Desktop | Terminal | Files | Events | Intel® AMT | Console | |
Server disconnected, click to reconnect.
My Account
Device Groups (
New )
My Files
These files are shared publicly, click "link" to get public url.
✓
✗
My Server
Server actions
Server Statistics
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
Show
General -
Events -
Show
File Selection
Agent Remote Desktop
Scaling
Frame rate
Intel® AMT Hardware KVM
Image Encoding
\ No newline at end of file
+ MeshCentral ↔
My Devices | My Account | My Events | My Files | My Users | My Server | |
General | Desktop | Terminal | Files | Events | Intel® AMT | Console | |
Server disconnected, click to reconnect.
My Account
Device Groups (
New )
My Files
These files are shared publicly, click "link" to get public url.
✓
✗
My Server
Server actions
Server Statistics
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
Show
General -
Events -
Show
File Selection
Agent Remote Desktop
Scaling
Frame rate
Intel® AMT Hardware KVM
Image Encoding
\ No newline at end of file
diff --git a/views/default.handlebars b/views/default.handlebars
index 76266058..0f035572 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -25,7 +25,7 @@
-
+
@@ -754,8 +754,8 @@