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
✖
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-mobile-min.handlebars b/views/default-mobile-min.handlebars
index ea422cca..e13d5952 100644
--- a/views/default-mobile-min.handlebars
+++ b/views/default-mobile-min.handlebars
@@ -1 +1 @@
- MeshCentral
\ No newline at end of file
diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars
index 0d289e21..b5f2295e 100644
--- a/views/default-mobile.handlebars
+++ b/views/default-mobile.handlebars
@@ -397,7 +397,7 @@
- Input
+
@@ -549,8 +549,8 @@
- Show Focus Tool
- Show Local Mouse Cursor
+
+
Other
diff --git a/views/default.handlebars b/views/default.handlebars
index f0a6100d..8c9a96ff 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -173,12 +173,12 @@
- OS Name
+
- Auto
+
@@ -490,7 +490,7 @@
- Input
+
@@ -838,8 +838,8 @@
- Show Focus Tool
- Show Local Mouse Cursor
+
+
Other Settings
@@ -1357,7 +1357,7 @@
if ((message.latest.indexOf('.') == -1) || (message.current == message.latest) || ((features & 2048) == 0)) {
setDialogMode(2, "MeshCentral Version", 1, null, x);
} else {
- setDialogMode(2, "MeshCentral Version", 3, server_showVersionDlgEx, x + ' Check and click OK to start server self-update.');
+ setDialogMode(2, "MeshCentral Version", 3, server_showVersionDlgEx, x + ' ');
server_showVersionDlgUpdate();
}
}
@@ -1369,7 +1369,7 @@
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 + ' Check and click OK to clear error log.');
+ setDialogMode(2, "MeshCentral Server Errors", 3, server_showErrorsDlgEx, x + ' ');
server_showVersionDlgUpdate();
}
}
@@ -2643,7 +2643,7 @@
} else if (op == 101) {
// Group delete, ask for confirmation
var x = "Confirm delete selected devices(s)?
";
- x += "Confirm";
+ x += "";
setDialogMode(2, "Delete Nodes", 3, groupActionFunctionDelEx, x);
QE('idx_dlgOkButton', false);
} else if (op == 102) {
@@ -3827,7 +3827,7 @@
function p10showDeleteNodeDialog(nodeid) {
if (xxdialogMode) return;
var x = "Are you sure you want to delete node \"" + EscapeHtml(currentNode.name) + "\"?
";
- x += "Confirm";
+ x += "";
setDialogMode(2, "Delete Node", 3, p10showDeleteNodeDialogEx, x, nodeid);
p10validateDeleteNodeDialog();
}