summaryrefslogtreecommitdiff
path: root/www/templates/montage-history.html
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-01-29 14:17:35 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-01-29 14:17:35 -0500
commita3090dd2d4af0de8829464874f572e1caed8e76c (patch)
tree57834d955742c88aadc4ff1b81366347e16860ce /www/templates/montage-history.html
parent77bc8857ccaf16c70a68f95f750191b469bf07ff (diff)
#154 and #155 various updates, also ties into https://github.com/ZoneMinder/ZoneMinder/issues/1253
Former-commit-id: 7f939b4bad5d9463a7653abbdcafd79d8a6c1fa8
Diffstat (limited to 'www/templates/montage-history.html')
-rw-r--r--www/templates/montage-history.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html
index 4c808894..e385dd24 100644
--- a/www/templates/montage-history.html
+++ b/www/templates/montage-history.html
@@ -58,9 +58,9 @@
</div>
</div>
- <div ng-if = "!minimal && monitor.eventUrl != 'img/noevent.png' && monitor.connKey">
+ <div ng-if = "!minimal && monitor.eventUrl != 'img/noevent.png' && monitor.Monitor.connKey">
- <img ng-if="!isBackground()" id="img-$index" image-spinner-src="{{monitor.eventUrl}}&scale={{LoginData.singleImageQuality}}{{$root.authSession}}&rand={{$root.rand}}&rate={{sliderVal.realRate}}&connkey={{monitor.connKey}}" image-spinner-loader="lines" style="
+ <img ng-if="!isBackground()" id="img-$index" image-spinner-src="{{monitor.eventUrl}}&scale={{LoginData.singleImageQuality}}{{$root.authSession}}&rand={{$root.rand}}&rate={{sliderVal.realRate}}&connkey={{monitor.Monitor.connKey}}" image-spinner-loader="lines" style="
width: 100% !important;
height: auto !important;" on-tap="togglePause(monitor.Monitor.Id)" />