Detect freezing screens

This commit is contained in:
Djuri 2023-11-04 13:35:07 +01:00
parent 8c77d5b5d7
commit 8cc99d2437
4 changed files with 77 additions and 23 deletions

View file

@ -227,7 +227,7 @@
<script id="screens-template" type="text/x-handlebars-template">
{{#each screens }}
<div class="row">
<div class=" col-sm-6">
<div class="col-sm-12">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="screen{{id}}" name="screen[{{id}}]" value="1" {{#if enabled}}checked{{/if}}>
<label class="form-check-label" for="screen{{id}}">{{name}}</label>