Detect freezing screens
This commit is contained in:
parent
8c77d5b5d7
commit
8cc99d2437
4 changed files with 77 additions and 23 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue