Update SVSTaskGate.ps1

This commit is contained in:
2025-01-05 19:06:35 -05:00
parent 3466df522c
commit fb64a3918d

View File

@@ -516,7 +516,7 @@ function GetHtmlContent {
Select All Select All
</label> </label>
<label> <label>
<input type="checkbox" name="setSVSPowerplan" id="installSVSPowerplanCheckbox"> <input type="checkbox" name="setSVSPowerplan" id="SetSVSPowerplanCheckbox">
Set SVS Powerplan Set SVS Powerplan
</label> </label>
<label> <label>
@@ -739,8 +739,8 @@ function GetHtmlContent {
}); });
} }
if (setSVSPowerplan.checked) { if (SetSVSPowerplan.checked) {
fetch('/installSVSPowerplan', { method: 'GET' }); fetch('/SetSVSPowerplan', { method: 'GET' });
appendLog("Setting SVS Powerplan", "cyan"); appendLog("Setting SVS Powerplan", "cyan");
} }