diff options
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 3cc5f34d..b15afc78 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -143,6 +143,9 @@ <span ng-repeat="alarm in alarm_images"> <figure style="display:inline-block"> + <small> + {{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{alarm.fname}}&height=380" + </small> <figcaption><p>frame:{{alarm.id}} score:{{alarm.score}}</p></figcaption> <img image-spinner-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{alarm.fname}}&height=380" style="width: auto; height: auto;max-width: 100%;max-height: 170px" /> |
