diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/montage-history.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index 52257395..b490770b 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -68,23 +68,19 @@ <div ng-if = "monitor.Monitor.eventUrl != 'img/noevent.png' && monitor.Monitor.connKey !=''"> - <img ng-if="!isBackground()" id="img-{{$index}}" image-spinner-src="{{monitor.Monitor.eventUrl}}&scale={{LoginData.singleImageQuality}}{{$root.authSession}}&rand={{$root.rand}}&rate={{sliderVal.realRate}}&connkey={{monitor.Monitor.connKey}}" image-spinner-loader="lines" style=" + <img id="img-{{$index}}" image-spinner-src="{{monitor.Monitor.eventUrl}}{{$root.authSession}}" image-spinner-loader="lines" style=" width: 100% !important; height: auto !important;" on-tap="togglePause(monitor.Monitor.Id)" /> - <img ng-if="isBackground()" id="img-{{$index}}" image-spinner-src="" image-spinner-loader="lines" style=" - width: 100% !important; - height: auto !important;" /> - - <div ng-if="!isBackground()" style="position:absolute; bottom:0%; right:0%;white-space:nowrap;overflow:hidden;" + <div style="position:absolute; bottom:0%; right:0%;white-space:nowrap;overflow:hidden;" class="header"> <i class="ion-monitor"></i> {{monitor.Monitor.Name}} </div> - <div ng-if="!isBackground() && sliderVal.showTimeline" style=" position:absolute; bottom:15px; right:0%;white-space:nowrap;overflow:hidden;" + <div ng-if="sliderVal.showTimeline" style=" position:absolute; bottom:15px; right:0%;white-space:nowrap;overflow:hidden;" class="header-event-id" id="{{monitor.Monitor.Id}}-timeline"> <i class="ion-clock"></i> {{prettifyDate(monitor.Monitor.eventUrlTime)}} |
