diff options
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 51af9d22..d4ef85a7 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -107,6 +107,11 @@ <span style="float:right"> <div ng-if="event.Event.EndTime"> + + <button class="button button-small icon icon-left ion-stats-bars" + ng-click="closeIfOpen(event);analyzeEvent(event)" > Analyze + </button> + <button class="button button-small icon icon-left ion-ios-eye" ng-click="toggleGroupScrub(event,$index,event.Event.Frames)" > Scrub </button> |
