Update SVSTaskGate.ps1

This commit is contained in:
2025-01-05 02:21:43 -05:00
parent 4d20e2045a
commit ef9ce39fa3

View File

@@ -612,7 +612,7 @@ function GetHtmlContent {
const DattoRMMContainer = document.getElementById('DattoRMMContainer'); const DattoRMMContainer = document.getElementById('DattoRMMContainer');
optionsContainer.style.display = checkbox.checked ? 'block' : 'none'; optionsContainer.style.display = checkbox.checked ? 'block' : 'none';
n8nPasswordContainer.style.display = checkbox.checked ? 'block' : 'none'; // n8nPasswordContainer.style.display = checkbox.checked ? 'block' : 'none';
DattoRMMContainer.style.display = checkbox.checked ? 'block' : 'none'; DattoRMMContainer.style.display = checkbox.checked ? 'block' : 'none';
} }