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:
parent
d3ba1349c2
commit
51ae65b5dc
5 changed files with 254 additions and 26 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue