From 466bf6791e39af88fcbee5ca1813716b0dcad484 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Wed, 4 Dec 2019 12:01:03 -0800 Subject: [PATCH] Many little fixes, new MeshCommander with UI fixes. --- meshcentral.js | 2 +- public/commander.htm | 2 +- translate/translate.js | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meshcentral.js b/meshcentral.js index b73ced1e..da0e1d25 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -2069,7 +2069,7 @@ var childProcess = null; var previouslyInstalledModules = {}; function mainStart() { // Check the NodeJS is version 6 or better. - if (Number(process.version.match(/^v(\d+\.\d+)/)[1]) < 6) { console.log("MeshCentral requires Node v6.x or above, current version is " + process.version + "."); return; } + if (Number(process.version.match(/^v(\d+\.\d+)/)[1]) < 6) { console.log("MeshCentral requires Node v6 or above, current version is " + process.version + "."); return; } // Check for any missing modules. InstallModules(['minimist'], function () { diff --git a/public/commander.htm b/public/commander.htm index 113bb76d..7fd615f4 100644 --- a/public/commander.htm +++ b/public/commander.htm @@ -1,4 +1,4 @@ -
  
Disconnected