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 009ff4c6..8925c107 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -64,57 +64,57 @@
';
} else if (view == 2) {
var states = [];
if (node.conn) {
@@ -2335,7 +2336,7 @@
else if ((node.conn & 4) != 0) { states.push('AMT'); }
if ((node.conn & 8) != 0) { states.push('Relay'); }
}
- r += '
';
+ r += '
';
r += '';
r += '
';
r += '';
@@ -2347,10 +2348,10 @@
r += '
';
} else if ((view == 3) && (node.conn & 1) && (((meshrights & 8) || (meshrights & 256)) != 0) && ((node.agent.caps & 1) != 0)) { // Check if we have rights and agent is capable of KVM.
if ((multiDesktopFilter.length == 0) || (multiDesktopFilter.indexOf('devid_' + node._id) >= 0)) {
- r += '
';
+ r += '
';
//r += '';
r += ' ' + name + '
';
- r += '
Disconnected
';
+ r += '
Disconnected
';
r += '
';
kvmDivs.push(node._id);
}
@@ -3985,7 +3986,7 @@
x += '
';
if (mesh.mtype == 2) x += 'Interfaces ';
if (xxmap != null) x += 'Location ';
- if (((meshrights & 8) != 0) && (mesh.mtype == 2)) x += 'Router ';
+ if (((meshrights & 8) != 0) && (mesh.mtype == 2)) x += 'Router ';
// RDP link, show this link only of the remote machine is Windows.
if (((connectivity & 1) != 0) && (clickOnce == true) && (mesh.mtype == 2) && ((meshrights & 8) != 0)) {
@@ -4411,12 +4412,12 @@
if ((meshrights & 4) == 0) return;
var x = ' ';
- x += '';
- x += '';
- x += '';
- x += '';
- x += '';
- x += '
';
+ x += '';
+ x += '';
+ x += '';
+ x += '';
+ x += '';
+ x += '
';
setDialogMode(2, "Icon Selection", 0, null, x);
QV('id_dialogclose', true);
}
@@ -6232,7 +6233,7 @@
if (meshrights == 0xFFFFFFFF) rights = 'Full Administrator'; else if (meshrights == 0) rights = 'No Rights';
// Print the mesh information
- r += '
' + EscapeHtml(meshes[i].name) + '
' + rights + '
';
+ r += '
' + EscapeHtml(meshes[i].name) + '
' + rights + '
';
}
meshcount = count;
@@ -6403,7 +6404,7 @@
var trash = '', rights = 'Partial Rights', r = sortedusers[i].rights;
if (r == 0xFFFFFFFF) rights = 'Full Administrator'; else if (r == 0) rights = 'No Rights';
if ((sortedusers[i].id != userinfo._id) && (meshrights == 0xFFFFFFFF || (((meshrights & 2) != 0)))) { trash = ''; }
- x += '