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.
Disconnected
Files -
Disconnected
✓
✗
Intel® AMT -
Events -
Show
General -
General -
Events -
Show
My Server Stats
Log-X
✖
File Selection
Upload File
Agent Remote Desktop
Quality
Scaling
Frame rate
Intel® AMT Hardware KVM
Image Encoding
Other Settings
\ No newline at end of file
diff --git a/views/default.handlebars b/views/default.handlebars
index a9f0f240..dea7559a 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -670,7 +670,7 @@
-
+
@@ -1521,8 +1521,8 @@
if (message.data == null) {
setDialogMode(2, "MeshCentral Server Errors", 1, null, 'Server has no error log.');
} else {
- var x = '
' + message.data + '
';
- setDialogMode(2, "MeshCentral Server Errors", 3, server_showErrorsDlgEx, x + ' ');
+ var x = '
' + message.data + '
';
+ setDialogMode(2, "MeshCentral Server Errors", 3, server_showErrorsDlgEx, x + ' ');
server_showVersionDlgUpdate();
}
}
@@ -2294,7 +2294,7 @@
if (view == 2) { r += '
'; }
r += '
';
r += '' + extra;
- r += '' + EscapeHtml(meshes[node.meshid].name) + '' + getMeshActions(mesh2, meshrights) + '
';
if (view == 2) { r += ''; }
current = node.meshid;
displayedMeshes[current] = 1;
@@ -6149,8 +6149,8 @@
// We are allowed, let's prompt to information
var x = "Create a new device group using the options below.
";
- x += addHtmlValue('Name', '');
- x += addHtmlValue('Type', '');
+ x += addHtmlValue('Name', '');
+ x += addHtmlValue('Type', '');
x += addHtmlValue('Description', '');
setDialogMode(2, "New Device Group", 3, account_createMeshEx, x);
account_validateMeshCreate();
@@ -6158,7 +6158,9 @@
return false;
}
- function account_validateMeshCreate() {
+ function account_validateMeshCreate(e, x) {
+ if ((x == 1) && (e != null) && (e.key == "Enter") && (Q('dp2meshname').value.length > 0)) { Q('dp2meshtype').focus(); }
+ if ((x == 2) && (e != null) && (e.key == "Enter")) { Q('dp2meshdesc').focus(); }
QE('idx_dlgOkButton', Q('dp2meshname').value.length > 0);
}
@@ -6283,6 +6285,7 @@
}
function server_showErrorsDlgUpdate() { QE('idx_dlgOkButton', Q('d2updateCheck').checked); }
function server_showErrorsDlgEx() { meshserver.send({ action: 'serverclearerrorlog' }); }
+ function d2CopyServerErrorsToClip() { saveAs(new Blob([Q('d2ServerErrorsLogPre').innerText], { type: "application/octet-stream" }), "servererrors.txt"); }
//
// MY MESHS
@@ -6372,21 +6375,6 @@
}
}
- /*
- function getMeshActions(mesh, meshrights) {
- if ((meshrights & 4) == 0) return '';
- var r = '';
- if (mesh.mtype == 1) {
- r += ' Add CIRA';
- r += ' Add Local';
- }
- if (mesh.mtype == 2) {
- r += ' Add Agent';
- }
- return r;
- }
- */
-
x += '