Update SVSTaskGate.ps1

This commit is contained in:
2025-01-04 02:48:11 -05:00
parent a225494747
commit a9d9df761e

View File

@@ -718,12 +718,16 @@ function GetHtmlContent {
});
}
if (document.querySelector('input[name="setSVSPowerplan"]').checked) {
if (setSVSPowerplan.checked) {
fetch('/installSVSPowerplan', { method: 'GET' });
appendLog("Setting SVS Powerplan", "cyan");
}
if (installSVSMSPModule.checked) {
fetch('/installsvsmspmodule', { method: 'GET' });
appendLog("Installing CyberQP", "cyan");
}
if (installCyberQP.checked) {
fetch('/installCyberQP', { method: 'GET' });