diff --git a/views/default.handlebars b/views/default.handlebars
index feec225e..f8ff3a22 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -2529,7 +2529,6 @@
if (message.localport) { url += '&localport=' + message.localport; }
if (message.ip != null) { url += ('&remoteip=' + message.ip); }
url += ('&appid=' + message.protocol + '&autoexit=1'); // Protocol: 0 = Custom, 1 = HTTP, 2 = HTTPS, 3 = RDP, 4 = PuTTY, 5 = WinSCP, 6 = MCRDesktop, 7 = MCRFiles
- console.log(url);
downloadFile(url, '');
} else if (message.tag == 'novnc') {
var vncurl = window.location.origin + domainUrl + 'novnc/vnc.html?ws=wss%3A%2F%2F' + window.location.host + encodeURIComponentEx(domainUrl) + (message.localRelay?'local':'mesh') + 'relay.ashx%3Fauth%3D' + message.cookie + '&show_dot=1' + (urlargs.key?('&key=' + urlargs.key):'') + '&l={{{lang}}}';
@@ -5165,9 +5164,12 @@
function p2downloadDeviceInfo() {
if (xxdialogMode) return;
+ var chkNodeIds = getCheckedDevices(), intelamtpresent = false;
+ for (var i in chkNodeIds) { if (getNodeFromId(chkNodeIds[i]).intelamt != null) { intelamtpresent = true; } }
var x = "Download the list of devices with one of the file formats below." + '
';
x += addHtmlValue("CSV Format", '' + "devicelist.csv" + '');
x += addHtmlValue("JSON Format", '' + "devicelist.json" + '');
+ if (intelamtpresent) { x += addHtmlValue("Intel® AMT JSON", '' + "computerlist.json" + ''); }
x += '