Added Sensor overview page. issue 7

Former-commit-id: 60dec1d1a95f568404371ecd3c2cc38bc8a4a355
This commit is contained in:
Ziver Koc 2016-01-22 17:32:26 +01:00
parent e269faec13
commit 113bbdbfb8
7 changed files with 181 additions and 30 deletions

View file

@ -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>