Update SVSTaskGate.ps1
This commit is contained in:
@@ -701,11 +701,6 @@ function GetHtmlContent {
|
||||
|
||||
const checkedValues = Array.from(DattoRMMCheckbox).map(c => c.value);
|
||||
|
||||
// Replace these with actual values from your application logic
|
||||
const ApiUrl = $data.ApiUrl; // Example: replace with the actual API URL
|
||||
const ApiKey = $data.ApiKey'; // Example: replace with the actual API Key
|
||||
const ApiSecretKey = $data.ApiSecretKey; // Example: replace with the actual API Secret Key
|
||||
|
||||
let installRMMCommand = 'Install-DattoRMM -ApiUrl $ApiUrl -ApiKey $ApiKey -ApiSecretKey $ApiSecretKey';
|
||||
|
||||
if (checkedValues.includes('inputVar')) {
|
||||
|
||||
Reference in New Issue
Block a user