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}}
|
{{/availableSensors}}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="checkbox">
|
||||||
<label class="control-label">Public:</label>
|
<label>
|
||||||
<input type="checkbox" class="form-control" name="sync" value="true">
|
<input type="checkbox" name="sync" value="true">
|
||||||
|
Public
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<div id="sensor-data-conf">
|
<div id="sensor-data-conf">
|
||||||
<!-- Dynamic form -->
|
<!-- Dynamic form -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue