mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
AMT: Fix One Click Recovery support (#6301)
* add support for PXE reboot/power * AMT: Fix support for OneClickRecovery
This commit is contained in:
@@ -8511,7 +8511,7 @@
|
||||
// Intel AMT One Click Recovery (OCR)
|
||||
Q('d3localmodeform').action = 'oneclickrecovery.ashx';
|
||||
Q('d3auth').value = authCookie;
|
||||
Q('d3filter').value = '.iso';
|
||||
Q('d3filter').value = '.efi';
|
||||
Q('d3attrib').value = currentNode._id;
|
||||
setDialogMode(3, "Intel® AMT One Click Recovery", 3, deviceActionOneClickRecovery);
|
||||
d3init();
|
||||
|
||||
Reference in New Issue
Block a user