From 9d97d8f89bc570b1232c0dd8450f489b39023e18 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 31 Oct 2015 14:28:11 +0100 Subject: core/web: o Adding last_timestamp o Showing last_value and last_timestamp for each property. --- web/static/app/templates/device.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'web') diff --git a/web/static/app/templates/device.html b/web/static/app/templates/device.html index 270c461..d1fb6f9 100644 --- a/web/static/app/templates/device.html +++ b/web/static/app/templates/device.html @@ -90,17 +90,25 @@ - + + + + + -- cgit v1.2.3
Registered KeyLast valueLast timestampRegistered
- {{p.created_timestamp | date:'medium'}} + {{p.key}} - {{p.key}} + {{p.last_value}} + + {{p.last_timestamp | date:'medium'}} + + {{p.created_timestamp | date:'medium'}}