Update samy.ps1

This commit is contained in:
2025-12-01 03:24:50 -05:00
parent 9d5179fb09
commit 33b749c533

View File

@@ -1080,18 +1080,18 @@ $cssContent
<!-- Rename Computer Option --> <!-- Rename Computer Option -->
<div class="option"> <div class="option">
<label> <label>
<input type="checkbox" id="chkRenameComputer"> <input type="checkbox" id="chkRenameComputer" data-column="right">
Rename Computer Rename Computer
</label> </label>
</div> </div>
<div id="renameComputerBlock" style="display:none; margin-left: 24px; margin-top: 6px;"> <div id="renameComputerBlock" style="display:none; margin-left: 24px; margin-top: 6px;">
<label for="txtNewComputerName">New computer name:</label> <label for="txtNewComputerName">New computer name:</label>
<input type="text" id="txtNewComputerName" placeholder="e.g. CORP-LAP-123" /> <input type="text" id="txtNewComputerName" placeholder="e.g. CORP-LAP-123" />
<small>(Max 15 chars; letters, numbers, and hyphens only.)</small> <small>(Max 15 chars; letters, numbers, and hyphens only.)</small>
</div>
</div> </div>
</div> </div>
</div>
<div id="PasswordContainer" style="display:none; margin-bottom:1em;"> <div id="PasswordContainer" style="display:none; margin-bottom:1em;">
<label for="Password">Enter Password:</label> <label for="Password">Enter Password:</label>