diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 5 | ||||
| -rw-r--r-- | www/templates/timeline-modal.html | 2 |
2 files changed, 6 insertions, 1 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> diff --git a/www/templates/timeline-modal.html b/www/templates/timeline-modal.html index 26de8e44..73dc27f3 100644 --- a/www/templates/timeline-modal.html +++ b/www/templates/timeline-modal.html @@ -14,7 +14,7 @@ </div> <center> <h5>Showing {{graphType}} frames </h5> - <p>double-tap exits. touch/mouse-over and drag over bars to see frames</p> + <p>double-tap exits. touch/mouse-over and drag over items to see frames</p> {{errorDetails}} |
