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/monitors-modal.html | 16 ++++++++-------- www/templates/montage-history.html | 5 +---- www/templates/montage.html | 14 +++++++------- 3 files changed, 16 insertions(+), 19 deletions(-) (limited to 'www/templates') diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index e2ee7bdb..ff0a11c3 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -9,7 +9,7 @@
-
+
@@ -22,11 +22,11 @@
-
-
+ + -
+
@@ -39,7 +39,7 @@
-
+
@@ -51,11 +51,11 @@
-
-
+ + -
+
diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index f872718b..82fb70f3 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -140,10 +140,7 @@
- - + {{'kNoMonitors' | translate }} 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