add boot order draggable list mockup

This commit is contained in:
2023-08-11 22:06:26 +00:00
parent 690c8b2938
commit 4440330c88
5 changed files with 151 additions and 8 deletions

View File

@@ -55,6 +55,15 @@
</fieldset>
<fieldset class="w3-card w3-padding none" id="boot-card">
<legend>Boot Order</legend>
<div id="enabled">
<label>Enabled</label>
<div class="drop-target spacer" id="enabled-spacer"></div>
</div>
<hr style="margin: 0.5em 0px;">
<div id="disabled">
<label>Disabled</label>
<div class="drop-target spacer" id="disabled-spacer"></div>
</div>
</fieldset>
<div class="w3-container w3-center" id="form-actions">
<button class="w3-button w3-margin" id="exit" type="button">EXIT</button>