Update SVSTaskGate.ps1
This commit is contained in:
@@ -612,7 +612,7 @@ function GetHtmlContent {
|
||||
const DattoRMMContainer = document.getElementById('DattoRMMContainer');
|
||||
|
||||
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';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user