1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Intel AMT CIRA auto-config almost done.

This commit is contained in:
Ylian Saint-Hilaire 2020-10-18 21:06:39 -07:00
parent d3ba1349c2
commit 51ae65b5dc
5 changed files with 254 additions and 26 deletions

View file

@ -6542,7 +6542,7 @@
if (os == 16) { osn = "MeshCmd (macOS, 64bit)"; }
if (os == 25) { osn = "MeshCmd (Linux ARM, 32bit)"; }
QH('meshcmddownloadid', osn);
Q('meshcmddownloadid').setAttribute('href', 'meshagents?meshcmd=' + os + (urlargs.key?('&key=' + urlargs.key):''));
Q('meshcmddownloadid').onclick = function() { downloadFile('meshagents?meshcmd=' + os + (urlargs.key?('&key=' + urlargs.key):''), null, true); }
}
function p10showiconselector() {