Updated sensor checkbox
Former-commit-id: fa9398168de96f831b84293009b5f3fd6dc9bfb7
This commit is contained in:
parent
fce0a0e939
commit
45efb6120d
1 changed files with 6 additions and 3 deletions
|
|
@ -257,11 +257,14 @@
|
|||
{{/availableSensors}}
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label">Public:</label>
|
||||
<input type="checkbox" class="form-control" name="sync" value="true">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" name="sync" value="true">
|
||||
Public
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
<hr>
|
||||
<div id="sensor-data-conf">
|
||||
<!-- Dynamic form -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue