Update TGBeta.ps1

This commit is contained in:
2025-01-05 18:54:56 -05:00
parent 30e0d01a76
commit 3466df522c

View File

@@ -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>
@@ -740,7 +740,7 @@ function GetHtmlContent {
}
if (setSVSPowerplan.checked) {
fetch('/installSVSPowerplan', { method: 'GET' });
fetch('/SetSVSPowerplan', { method: 'GET' });
appendLog("Setting SVS Powerplan", "cyan");
}