Add a title to the schedule toggle on mobile

This commit is contained in:
luukas 2022-07-13 13:42:43 +03:00
parent f951b49e2f
commit c88ef5e9d6
No known key found for this signature in database
GPG Key ID: CC4915E8D71FC044

View File

@ -181,6 +181,7 @@
<p>{{schedule.start_time}}</p>
</li>
<li id="{{schedule.enabled}}" class="action" style="border-top: .1em solid gray; border-bottom: .1em solid gray">
<h4>Enabled</h4>
<input type="checkbox" class="schedule-enabled-toggle" data-schedule-id="{{schedule.schedule_id}}" data-schedule-enabled="{{ 'true' if schedule.enabled else 'false' }}">
</li>
</ul>