Update TGBeta.ps1
This commit is contained in:
@@ -674,7 +674,7 @@ function GetHtmlContent {
|
|||||||
<div class="columns-container">
|
<div class="columns-container">
|
||||||
<!-- Left column -->
|
<!-- Left column -->
|
||||||
<div class="checkbox-group column" id="leftColumn">
|
<div class="checkbox-group column" id="leftColumn">
|
||||||
<h3>SVS Stack</h3>
|
<h3 style="font-size: 1.5rem; font-weight: bold;">SVSMSP Stack</h3>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" id="selectAllLeftCheckbox" onclick="toggleLeftColumnCheckboxes(this)">
|
<input type="checkbox" id="selectAllLeftCheckbox" onclick="toggleLeftColumnCheckboxes(this)">
|
||||||
Select All
|
Select All
|
||||||
@@ -731,6 +731,7 @@ function GetHtmlContent {
|
|||||||
|
|
||||||
<!-- Right column -->
|
<!-- Right column -->
|
||||||
<div class="checkbox-group column" id="rightColumn" >
|
<div class="checkbox-group column" id="rightColumn" >
|
||||||
|
<h3 style="font-size: 1.5rem; font-weight: bold;">Optional</h3>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" class="right-checkbox" name="EnableBitLocker" id="EnableBitLockerCheckbox">
|
<input type="checkbox" class="right-checkbox" name="EnableBitLocker" id="EnableBitLockerCheckbox">
|
||||||
Enable Bitlocker
|
Enable Bitlocker
|
||||||
|
|||||||
Reference in New Issue
Block a user