AMT: Fix One Click Recovery support (#6301)

* add support for PXE reboot/power

* AMT: Fix support for OneClickRecovery
This commit is contained in:
wow
2024-08-13 22:22:26 +02:00
committed by GitHub
parent adeaac1588
commit 92385e3d73
2 changed files with 7 additions and 5 deletions

View File

@@ -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();