This commit is contained in:
2026-02-25 14:06:32 +00:00
parent a714814ad0
commit aac2ec7ce2

View File

@@ -25,7 +25,7 @@
{% endfor %} {% endfor %}
</select> </select>
</div> </div>
<div class="col-md-1"> <div class="col-md-2">
<div class="form-check text-white"> <div class="form-check text-white">
<input class="form-check-input" type="checkbox" name="noshutdown" id="noshutdown"> <input class="form-check-input" type="checkbox" name="noshutdown" id="noshutdown">
<label class="form-check-label" for="noshutdown">Whitelist shutdown</label> <label class="form-check-label" for="noshutdown">Whitelist shutdown</label>
@@ -40,7 +40,7 @@
</div> </div>
<div class="col-3 gap-1"> <div class="col-3 gap-1">
<form method="post" action="/submit-default" class="d-flex gap-1"> <form method="post" action="/submit-default" class="d-flex gap-2">
<div class="col-md-4"> <div class="col-md-4">
<select name="default-time" class="form-select bg-dark text-white flex-grow-1" id="default-time-select"> <select name="default-time" class="form-select bg-dark text-white flex-grow-1" id="default-time-select">
{% for hour in range(0, 24) %} {% for hour in range(0, 24) %}