Added Sensor overview page. issue 7
Former-commit-id: 60dec1d1a95f568404371ecd3c2cc38bc8a4a355
This commit is contained in:
parent
e269faec13
commit
113bbdbfb8
7 changed files with 181 additions and 30 deletions
|
|
@ -15,6 +15,10 @@
|
|||
<th class="text-right">Type:</th>
|
||||
<td>{{event.getDeviceData().getClass().getSimpleName()}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-right">Owner:</th>
|
||||
<td>{{event.getUser().getUsername()}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue