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