diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-22 15:25:25 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-22 15:25:25 -0400 |
| commit | aa29550a71443e3d3272aee87ea6b778f3a372ea (patch) | |
| tree | 19d3bb61c6a5af1ecfddf4c8d0fbe1547a2cf766 /www/templates | |
| parent | cf644cc65b462362474512160eb0ae1f51a0b158 (diff) | |
tiny bits here and there
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events-modal.html | 3 |
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()"> {{'kPlay'|translate}}</button> </div> + <div ng-if="isSnapShot()"> + <div class="events-range-modal-text">{{mName}} <i class="ion-arrow-right-b"></i> {{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" |
