diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-03-26 14:28:08 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-03-26 14:28:08 -0400 |
| commit | b7ecc30ef6a7781e6681accdabfe63cea7a9e9a2 (patch) | |
| tree | bd407d6c7224d61c7372dabe449e019ffac8a02d /www/templates/events.html | |
| parent | 277899e84b1c68ededdfb6676898643c43f7fa88 (diff) | |
#209 - more fixes
Former-commit-id: ae01def03cfa6198c0a1515590596d3b847964a4
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index b15afc78..51af9d22 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -143,9 +143,7 @@ <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" /> |
