Some gui bug fixes

Former-commit-id: 8e934b26bb9b4cb353cda9381a5a3be5544e86c5
This commit is contained in:
Ziver Koc 2016-01-22 20:07:49 +01:00
parent 86e041945c
commit 3343ad83db
4 changed files with 8 additions and 2 deletions

View file

@ -17,7 +17,7 @@
<td><a href="?id={{.getId()}}">{{.getName()}}</a></td>
<td>{{.getDeviceData().getClass().getSimpleName()}}</td>
<td>{{.getDeviceData().getData()}}</td>
<td>1 min ago</td>
<td>{{.getDeviceData().getTimestamp()}}</td>
</tr>
{{/sensors}}
</table>