ca avance

This commit is contained in:
piair
2023-09-28 15:03:08 +02:00
parent 5d8ebc379b
commit 48abf0874c
6 changed files with 44 additions and 43 deletions

@ -16,7 +16,7 @@
<input type="time" id="{{i}}" name="time{{i}}" value="{{data[i]['time']}}" required>
</td>
<td>
<input type="checkbox" id="switch{{i}}" name="switch{{i}}" {{ "checked" if data[i]['enabled'] == True else "" }} />
<input type="checkbox" class="toogle" id="switch{{i}}" name="switch{{i}}" {{ "checked" if data[i]['enabled'] == True else "" }} />
<label for="switch{{i}}">
Toggle
</label>