From 9f0172691266b92b5204e440c0b31188f0eeb4ac Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Tue, 18 Aug 2015 20:40:25 -0400 Subject: This is a HOLY SHIT update. I broke something, really bad in montage view. I hope I fixed it. --- www/templates/monitors-modal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/templates/monitors-modal.html') diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 18556b10..04596dca 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -10,10 +10,10 @@ direction="xy" style="width: 100%; "> -
+
+ image-spinner-src="{{LoginData.streamingurl}}/cgi-bin/zms?mode=single&monitor={{monitorId}}&maxfps={{LoginData.maxFPS}}&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{$root.modalRand}}" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}" on-swipe-left="onSwipeLeft(monitorId,-1)" on-swipe-right="onSwipeRight(monitorId,1)" />
-- cgit v1.2.3