Some visual updates in overview page. issue 5

Former-commit-id: 65a88e0be664c67287b64c28a94147e0bff345aa
This commit is contained in:
Ziver Koc 2016-01-22 16:38:17 +01:00
parent da24ffb822
commit 5175629464
2 changed files with 30 additions and 8 deletions

View file

@ -7,16 +7,18 @@
<table class="table table-hover table-condensed">
<thead>
<th class="col-md-5">Name</th>
<th class="col-md-3">Data</th>
<th class="col-md-3">Last Update</th>
<th class="col-md-1">Actions</th>
<th class="col-md-4">Name</th>
<th class="col-md-3">Type</th>
<th class="col-md-2">Data</th>
<th class="col-md-2">Last Update</th>
<th class="col-md-1 text-right">Actions</th>
</thead>
{{#events}}
<tr>
<td><a href="?id={{.getId()}}">{{.getName()}}</a></td>
<td>{{.getData()}}</td>
<td>updated 1 min ago</td>
<td>{{.getDeviceData().getClass().getSimpleName()}}</td>
<td>{{.getDeviceData().getData()}}</td>
<td>1 min ago</td>
<td>
<form method="POST">
<input type="hidden" name="action" value="-">