Update samy.html

This commit is contained in:
2026-01-25 01:22:48 -05:00
parent 6f5d1b77df
commit 15aceb93ba

View File

@@ -42,11 +42,29 @@
<h3 class="subtitle">This new deployment method ensures everything is successfully deployed with greater ease!</h3> <h3 class="subtitle">This new deployment method ensures everything is successfully deployed with greater ease!</h3>
<div class="columns-container"> <div class="columns-container">
<div class="checkbox-group column"> <div class="checkbox-group column">
<h3>SVSMSP Stack</h3> <h3>SVSMSP Stack</h3>
<label><input type="checkbox" id="selectAllLeftCheckbox" onclick="toggleColumn('left')"> Select All</label> <label><input type="checkbox" id="selectAllLeftCheckbox" onclick="toggleColumn('left')"> Select All</label>
{{onboardLeftColumn}} {{onboardLeftColumn}}
<!-- Datto auth + site picker moved INTO left column to fill the gap -->
<div id="PasswordContainer" style="display:none; margin-top:16px;">
<label for="Password">Enter Password:</label>
<div style="display:flex; gap:5px;">
<input type="password" id="Password" placeholder="Enter Password" style="flex:1;" />
<button onclick="fetchSites()" class="go-button">GO!</button>
</div>
</div> </div>
<div id="dattoRmmContainer" style="display:none; margin-top:12px;">
<label for="dattoDropdown">Select a Datto RMM site:</label>
<select id="dattoDropdown" style="width:100%;">
<option disabled selected>Fetching sites...</option>
</select>
</div>
</div>
<!-- Right side: split into Applications (top) + System Tweaks (bottom) --> <!-- Right side: split into Applications (top) + System Tweaks (bottom) -->
<div class="column right-stack" style="display:flex; flex-direction:column; gap:14px;"> <div class="column right-stack" style="display:flex; flex-direction:column; gap:14px;">
@@ -74,22 +92,6 @@
</div> <!-- end right column stack --> </div> <!-- end right column stack -->
</div> <!-- end columns-container --> </div> <!-- end columns-container -->
<div id="PasswordContainer" style="display:none; margin-bottom:1em;">
<label for="Password">Enter Password:</label>
<div style="display:flex; gap:5px;">
<input type="password" id="Password" placeholder="Enter Password" style="flex:1;" />
<button onclick="fetchSites()" class="go-button">GO!</button>
</div>
</div>
<div id="dattoRmmContainer" style="display:none; margin-bottom:1em;">
<label for="dattoDropdown">Select a Datto RMM site:</label>
<select id="dattoDropdown" style="width:100%;">
<option disabled selected>Fetching sites...</option>
</select>
</div>
</div> <!-- end onboardTab --> </div> <!-- end onboardTab -->