Update SVSTaskGate.ps1
This commit is contained in:
@@ -685,6 +685,7 @@ function GetHtmlContent {
|
|||||||
const UID = dropdown.options[dropdown.selectedIndex].value;
|
const UID = dropdown.options[dropdown.selectedIndex].value;
|
||||||
const Name = dropdown.options[dropdown.selectedIndex].text;
|
const Name = dropdown.options[dropdown.selectedIndex].text;
|
||||||
|
|
||||||
|
const setSVSPowerplan = document.querySelector('input[name="setSVSPowerplan"]');
|
||||||
const installSVSMSPModule = document.querySelector('input[name="installSVSMSPModule"]');
|
const installSVSMSPModule = document.querySelector('input[name="installSVSMSPModule"]');
|
||||||
const installDattoRMM = document.querySelector('input[name="installDattoRMM"]');
|
const installDattoRMM = document.querySelector('input[name="installDattoRMM"]');
|
||||||
const installCyberQP = document.querySelector('input[name="installCyberQP"]');
|
const installCyberQP = document.querySelector('input[name="installCyberQP"]');
|
||||||
@@ -724,7 +725,7 @@ function GetHtmlContent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (installSVSMSPModule.checked) {
|
if (installSVSMSPModule.checked) {
|
||||||
fetch('/installsvsmspmodule', { method: 'GET' });
|
fetch('/installSVSMSPModule', { method: 'GET' });
|
||||||
appendLog("Installing CyberQP", "cyan");
|
appendLog("Installing CyberQP", "cyan");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user