Update TGBeta.ps1
This commit is contained in:
14
TGBeta.ps1
14
TGBeta.ps1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user