' + "Last Seen";
if (requestedLastConnects == false) { requestedLastConnects = true; meshserver.send({ action: 'lastconnects' }); }
}
-
// This height of 1 div at the end to fix a problem in Linux firefox browsers
- r = '
' + colums + r + '
';
+ r = '
' + colums + r + '
';
}
} else {
r += '
';
@@ -5434,13 +5417,13 @@
// Add a "Add Device Group" option
r += '
';
if ((view < 3) && (sort == 0) && (Object.keys(meshes).length > 0) && ((userinfo.siteadmin == 0xFFFFFFFF) || ((userinfo.siteadmin & 64) == 0))) {
- r += ' ';
+ r += '' + "Add Device Group" + ' ';
}
if ((userinfo.siteadmin == 0xFFFFFFFF) || ((userinfo.siteadmin & 128) == 0)) {
r += '' + "MeshCmd" + ' ';
if ((navigator.platform.toLowerCase() == 'win32') || (navigator.platform.toLowerCase() == 'macintel')) { r += '' + "Router" + ' '; }
}
- r += '
';
+ r += '
';
QH('xdevices', r);
deviceHeaderSet();
@@ -6457,22 +6440,22 @@
// Windows agent install
x += '
' + format("To add a new computer to device group \"{0}\", download the mesh agent and install it the computer to manage. This agent has server and device group information embedded within it.", EscapeHtml(mesh.name)) + '
' + format("To add a new computer to device group \"{0}\", download the mesh agent and install it the computer to manage. This agent installer has server and device group information embedded within it.", EscapeHtml(mesh.name)) + '
';
// QR code agent install
@@ -6481,40 +6464,40 @@
x += "
";
x += "
";
x += "";
- x += addHtmlValue("Android APK", '' + "APK" + '');
+ x += addHtmlValue("Android APK", '' + "APK" + ' ');
x += ''
// MeshCentral Assistant
x += '
' + format("MeshCentral Assistant is a Windows tool that users can use to ask for help. Use the link below to download a version that will connect to device group \"{0}\".", EscapeHtml(mesh.name)) + '
' + "MeshCentral Assistant is a Windows tool that users can use to ask for help. Use the link below to download a version that will monitor the background agent." + '
' + "To remove a mesh agent, run the following command. Root credentials will be needed." + ' ';
- x += '';
- x += ' Copy
';
+ x += '';
+ x += 'Copy ';
// macOS agent uninstall
x += '
' + "To remove a mesh agent, download the file below, right click on the \".mpkg\" file and click \"Show Package Contents\", then right click on \"Uninstall.command\" and click \"Open\"" + '