Update samy.ps1

This commit is contained in:
2025-12-01 03:57:55 -05:00
parent 4b0394ba5d
commit 2270d19425

View File

@@ -918,7 +918,10 @@ Write-LogHybrid "Tasks by page: onboard=$(
} }
if ($mod) { if ($mod) {
return "<div style='color:#bbb; font-size:0.9em; margin-top:1em;'>Module Version: $($mod.Version)<span style='margin-left:10px;'>UI Branch: $branchDisplay</span></div>" return "<div style='color:#bbb; font-size:0.9em; margin-top:1em;'>
Module Version: $($mod.Version)<br>
UI Branch: $branchDisplay
</div>"
} }
return "<div style='color:#f66;'>SVSMSP_Module not found</div>" return "<div style='color:#f66;'>SVSMSP_Module not found</div>"
@@ -1115,7 +1118,7 @@ $cssContent
<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> style="display:block; margin-top:4px;"> <small style="display:block; margin-top:4px;">
(Max 15 chars; letters, numbers, and hyphens only.) (Max 15 chars; letters, numbers, and hyphens only.)
</small> </small>
</div> </div>