Update SVSTaskGate.ps1
This commit is contained in:
@@ -516,7 +516,7 @@ function GetHtmlContent {
|
||||
Select All
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" name="setSVSPowerplan" id="installSVSPowerplanCheckbox">
|
||||
<input type="checkbox" name="setSVSPowerplan" id="SetSVSPowerplanCheckbox">
|
||||
Set SVS Powerplan
|
||||
</label>
|
||||
<label>
|
||||
@@ -739,8 +739,8 @@ function GetHtmlContent {
|
||||
});
|
||||
}
|
||||
|
||||
if (setSVSPowerplan.checked) {
|
||||
fetch('/installSVSPowerplan', { method: 'GET' });
|
||||
if (SetSVSPowerplan.checked) {
|
||||
fetch('/SetSVSPowerplan', { method: 'GET' });
|
||||
appendLog("Setting SVS Powerplan", "cyan");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user