Update samy.ps1
This commit is contained in:
26
samy.ps1
26
samy.ps1
@@ -1076,6 +1076,20 @@ $cssContent
|
|||||||
<h3>Optional</h3>
|
<h3>Optional</h3>
|
||||||
<label><input type="checkbox" id="selectAllRightCheckbox" onclick="toggleColumn('right')"> Select All</label>
|
<label><input type="checkbox" id="selectAllRightCheckbox" onclick="toggleColumn('right')"> Select All</label>
|
||||||
{{onboardRightColumn}}
|
{{onboardRightColumn}}
|
||||||
|
|
||||||
|
<!-- Rename Computer Option -->
|
||||||
|
<div class="option">
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" id="chkRenameComputer">
|
||||||
|
Rename computer during onboarding
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="renameComputerBlock" style="display:none; margin-left: 24px; margin-top: 6px;">
|
||||||
|
<label for="txtNewComputerName">New computer name:</label>
|
||||||
|
<input type="text" id="txtNewComputerName" placeholder="e.g. CORP-LAP-123" />
|
||||||
|
<small>(Max 15 chars; letters, numbers, and hyphens only.)</small>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -1093,19 +1107,7 @@ $cssContent
|
|||||||
<option disabled selected>Fetching sites...</option>
|
<option disabled selected>Fetching sites...</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<!-- Rename Computer Option -->
|
|
||||||
<div class="option">
|
|
||||||
<label>
|
|
||||||
<input type="checkbox" id="chkRenameComputer">
|
|
||||||
Rename computer during onboarding
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="renameComputerBlock" style="display:none; margin-left: 24px; margin-top: 6px;">
|
|
||||||
<label for="txtNewComputerName">New computer name:</label>
|
|
||||||
<input type="text" id="txtNewComputerName" placeholder="e.g. CORP-LAP-123" />
|
|
||||||
<small>(Max 15 chars; letters, numbers, and hyphens only.)</small>
|
|
||||||
</div>
|
|
||||||
</div> <!-- end onboardTab -->
|
</div> <!-- end onboardTab -->
|
||||||
|
|
||||||
<div id="offboardTab" class="tab-content">
|
<div id="offboardTab" class="tab-content">
|
||||||
|
|||||||
Reference in New Issue
Block a user