From b9f387782bf9ea222d52eac954f1bddad8131391 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 28 Aug 2015 11:52:59 -0400 Subject: Implemented auth key into the app so each image refresh in Montage and Monitor view does not hit the ZM DB and generate a million records. Solves the log pings of https://github.com/pliablepixels/zmNinja/issues/26 --- www/templates/monitors-modal.html | 15 ++++++++++----- www/templates/montage.html | 22 +++++++++++++++------- 2 files changed, 25 insertions(+), 12 deletions(-) (limited to 'www/templates') diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 06a4edc3..1fe642fb 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -11,13 +11,18 @@
- - +
+ +
+
+ +
- + diff --git a/www/templates/montage.html b/www/templates/montage.html index 7a192c54..d0a9d624 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -47,15 +47,23 @@
- + +
+ +
+
+
+
+
-- cgit v1.2.3