Update SVSTaskGate.ps1
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user