Added clear button for detected sensors
This commit is contained in:
parent
68e695da67
commit
208655b465
3 changed files with 18 additions and 1 deletions
|
|
@ -60,7 +60,13 @@
|
|||
<th>Type</th>
|
||||
<th>Date</th>
|
||||
<th>Data</th>
|
||||
<th>Configuration</th>
|
||||
<th>
|
||||
<form method="POST">
|
||||
<button type="submit" class="btn btn-danger btn-xs pull-right" name="action" value="remove_all_detected_sensors">
|
||||
<span class="glyphicon glyphicon-trash"></span>
|
||||
</button>
|
||||
</form>
|
||||
</th>
|
||||
</thead>
|
||||
{{#detectedSensors}}
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue