Update TGBeta.ps1

This commit is contained in:
2025-01-25 00:10:01 -05:00
parent 4f159c952d
commit a088f2fd54

View File

@@ -7,7 +7,7 @@
# changes # changes
## tag line color ## tag line color
## added offboard check boxes dattormm dattodeb rocketcyber and cyberQP ## added offboard check boxes for dattormm, dattodeb, rocketcyber, cyberQP, SVSWatchtower, SVSHelpdesk and Splashtop
@@ -629,6 +629,18 @@ function GetHtmlContent {
<label> <label>
<input type="checkbox" name="uninstallRocketCyber" id="uninstallRocketCyberCheckbox"> <input type="checkbox" name="uninstallRocketCyber" id="uninstallRocketCyberCheckbox">
Uninstall RocketCyber Uninstall RocketCyber
</label>
<label>
<input type="checkbox" name="uninstallSplashtop" id="uninstallSplashtopCheckbox">
Uninstall splashtop
</label>
<label>
<input type="checkbox" name="uninstallSVSHelpdesk" id="uninstallSVSHelpdeskCheckbox">
Uninstall SVSHelpdesk
</label>
<label>
<input type="checkbox" name="uninstallSVSWatchtower" id="uninstallSVSWatchtowerCheckbox">
Uninstall SVSWatchtower
</label> </label>
<div class="button-group"> <div class="button-group">
<button class="install-button" onclick="triggerOffboard()">Offboard</button> <button class="install-button" onclick="triggerOffboard()">Offboard</button>