summaryrefslogtreecommitdiff
path: root/www/templates/montage.html
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-04 13:32:00 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-04 13:32:00 -0400
commit41411b6201fa5e6ca0f78bb78073bbf525d4b573 (patch)
tree611ed8758543dc643f5b93c8ce90bf437a90890d /www/templates/montage.html
parentede851b2b82b2f37e220ba5ca322ca30e476d389 (diff)
whoops - broke live view auth when adding montage view optimizations - fixed
Diffstat (limited to 'www/templates/montage.html')
-rw-r--r--www/templates/montage.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html
index d69fdfa7..63f9b144 100644
--- a/www/templates/montage.html
+++ b/www/templates/montage.html
@@ -32,6 +32,7 @@
and auth token mode -->
<div ng-if="!isSimulated()">
+ <!-- FIXME: Scale is hard coded to 50 for montage to save resources. Better way? -->
<img ng-src="{{LoginData.streamingurl}}/cgi-bin/zms?mode=single&monitor={{monitor.Monitor.Id}}&maxfps={{LoginData.maxFPS}}&scale=50&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{randomval}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;" ng-click="openModal(monitor.Monitor.Id, monitor.Monitor.Controllable)" />
</div>