From ba0143338118026202e4fb7e1afb95bbd86ff85a Mon Sep 17 00:00:00 2001 From: Anderson Mesquita Date: Fri, 18 Dec 2015 13:17:04 -0500 Subject: [PATCH] Move new device timestamp to box header The device ID is already long enough to make it a bit hard to read the body message, so moving the timestamp to the header unclutters the body a bit. --- gui/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gui/index.html b/gui/index.html index 7f5ab405b..bad9031a0 100755 --- a/gui/index.html +++ b/gui/index.html @@ -121,12 +121,13 @@

-  New Device + + New Device + {{ event.time | date:"yyyy-MM-dd HH:mm:ss" }}

- {{ event.time | date:"yyyy-MM-dd HH:mm:ss" }}: Device {%device%} ({%address%}) wants to connect. Add new device?