Update samy.html

This commit is contained in:
2025-12-21 16:32:03 -05:00
parent b302e2c531
commit 0eb4c51307

View File

@@ -48,10 +48,25 @@
{{onboardLeftColumn}}
</div>
<div class="checkbox-group column">
<h3>Optional</h3>
<label><input type="checkbox" id="selectAllRightCheckbox" onclick="toggleColumn('right')"> Select All</label>
{{onboardRightColumn}}
<!-- Right side: split into Applications (top) + System Tweaks (bottom) -->
<div class="column" style="display:flex; flex-direction:column; gap:14px;">
<div class="checkbox-group">
<h3>Applications</h3>
<label>
<input type="checkbox" id="selectAllAppsCheckbox" onclick="toggleOnboardGroup('apps')">
Select All
</label>
{{onboardRightApps}}
</div>
<div class="checkbox-group">
<h3>System Tweaks</h3>
<label>
<input type="checkbox" id="selectAllTweaksCheckbox" onclick="toggleOnboardGroup('tweaks')">
Select All
</label>
{{onboardRightTweaks}}
<div id="renameComputerBlock" style="display:none; margin-left: 24px; margin-top: 6px;">
<label for="txtNewComputerName">New computer name:</label>