Update TGBeta.ps1
This commit is contained in:
@@ -697,9 +697,7 @@ function GetHtmlContent {
|
|||||||
|
|
||||||
function triggerInstall() {
|
function triggerInstall() {
|
||||||
|
|
||||||
const dropdown = document.getElementById('dattoRmmDropdown');
|
|
||||||
const UID = dropdown.options[dropdown.selectedIndex].value;
|
|
||||||
const Name = dropdown.options[dropdown.selectedIndex].text;
|
|
||||||
|
|
||||||
const installSVSMSPModule = document.querySelector('input[name="installSVSMSPModule"]');
|
const installSVSMSPModule = document.querySelector('input[name="installSVSMSPModule"]');
|
||||||
if (installSVSMSPModule.checked) {
|
if (installSVSMSPModule.checked) {
|
||||||
@@ -710,6 +708,11 @@ function GetHtmlContent {
|
|||||||
|
|
||||||
const installDattoRMM = document.querySelector('input[name="installDattoRMM"]');
|
const installDattoRMM = document.querySelector('input[name="installDattoRMM"]');
|
||||||
if (installDattoRMM.checked) {
|
if (installDattoRMM.checked) {
|
||||||
|
|
||||||
|
const dropdown = document.getElementById('dattoRmmDropdown');
|
||||||
|
const UID = dropdown.options[dropdown.selectedIndex].value;
|
||||||
|
const Name = dropdown.options[dropdown.selectedIndex].text;
|
||||||
|
|
||||||
const DattoRMMCheckbox = document.querySelectorAll('input[name="dattoRMMOption"]:checked');
|
const DattoRMMCheckbox = document.querySelectorAll('input[name="dattoRMMOption"]:checked');
|
||||||
appendLog("Installing selected site RMM...", "cyan");
|
appendLog("Installing selected site RMM...", "cyan");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user