Added ID to config pages
This commit is contained in:
parent
c9227fd8ac
commit
4d1922d088
2 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
<table class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<th>#</th>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Configuration</th>
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
</thead>
|
||||
{{#localEvents}}
|
||||
<tr>
|
||||
<td>{{.getId()}}</td>
|
||||
<td>{{.getName()}}</td>
|
||||
<td>{{.getType()}}</td>
|
||||
<td>{{.getDeviceConfig()}}</td>
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
<table class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<th>#</th>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Public</th>
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
</thead>
|
||||
{{#localSensors}}
|
||||
<tr>
|
||||
<td>{{.getId()}}</td>
|
||||
<td>{{.getName()}}</td>
|
||||
<td>{{.getType()}}</td>
|
||||
<td>{{.isSynced()}}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue