Update samy.html
This commit is contained in:
23
samy.html
23
samy.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user