summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-22 15:25:25 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-22 15:25:25 -0400
commitaa29550a71443e3d3272aee87ea6b778f3a372ea (patch)
tree19d3bb61c6a5af1ecfddf4c8d0fbe1547a2cf766 /www/templates
parentcf644cc65b462362474512160eb0ae1f51a0b158 (diff)
tiny bits here and there
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/events-modal.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index b028a8c1..46da0956 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -15,6 +15,9 @@
<div ng-if="isSnapShot()" class="event-modal-play">
<button class="button button-assertive icon ion-play" ng-click="convertSnapShotToStream()">&nbsp;{{'kPlay'|translate}}</button>
</div>
+ <div ng-if="isSnapShot()">
+ <div class="events-range-modal-text">{{mName}}&nbsp;<i class="ion-arrow-right-b"></i>&nbsp;{{videoDynamicTime}} ({{humanizeTime}}) [{{d_eventId}}] <span class="events-range-modal-warning-text">{{eventWarning}}</span> </div>
+ </div>
<img ng-if="!liveFeedMid" image-spinner-src="{{constructStream()}}" ng-class="{'object-fit_cover':imageFit==false, 'object-fit_contain':imageFit==true}" on-double-tap="closeModal();"
img-spinner-w="1024" img-spinner-h="768" image-spinner-loader="lines"