From dda9ef2ae7971bceaa792e328c8489cb0695b77e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 16 Nov 2015 18:46:56 +0100 Subject: core: o Adding device_status table containing the latest device status. mqtt: o Listening on $SYS/broker/log, parse out messages about clients connecting and disconnecting and store in database. --- web/static/app/templates/front-page.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web') diff --git a/web/static/app/templates/front-page.html b/web/static/app/templates/front-page.html index e2ee38b..a49bc61 100644 --- a/web/static/app/templates/front-page.html +++ b/web/static/app/templates/front-page.html @@ -5,12 +5,20 @@ + +
Status Name Registered
+ ONLINE + OFFLINE + + since {{d.status.timestamp | date:'medium'}} + + {{(d.name || d.key)}} -- cgit v1.2.3