From da48c504975617bceb9191a06229d5c730f335f8 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 10 May 2019 11:37:32 -0400 Subject: general cleanup, also object notes tweaks, removed authSession undefined foo --- www/templates/montage.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'www/templates/montage.html') diff --git a/www/templates/montage.html b/www/templates/montage.html index f505c135..34dce100 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -123,8 +123,7 @@
- - +
@@ -174,10 +173,7 @@
-
-  {{'kMontageEventStorage' | translate }}: - {{formatBytes(monitor.Monitor.TotalEventDiskSpace,1)}} -
+
@@ -197,10 +193,14 @@ {{humanizeTime(monitor.Monitor.lastEvent.events[0].Event.StartTime)}}
-   {{monitor.Monitor.lastEvent.events[0].Event.Notes}}
+   {{monitor.Monitor.lastEvent.events[0].Event.Notes}}
+
+  {{'kMontageEventStorage' | translate }}: + {{formatBytes(monitor.Monitor.TotalEventDiskSpace,1)}} +
-- cgit v1.2.3