diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-04-01 14:17:42 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-04-01 14:17:42 -0400 |
| commit | 0363f7e9f610c3a81df46e440978722b6b2acf7f (patch) | |
| tree | 4dc33a6b7073c1255f1d393ac60c088836df0a72 /www/templates/timeline-modal.html | |
| parent | d3f511253b50bfcb1c578ddc9280cecf1e037cf4 (diff) | |
#209 allow toggling between alarmed and non alarmed frames
Former-commit-id: 4d56d68fb19f6f5997c050140d6aa28d7949dccd
Diffstat (limited to 'www/templates/timeline-modal.html')
| -rw-r--r-- | www/templates/timeline-modal.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/templates/timeline-modal.html b/www/templates/timeline-modal.html index e5579d8c..42860a75 100644 --- a/www/templates/timeline-modal.html +++ b/www/templates/timeline-modal.html @@ -9,15 +9,14 @@ <br/> - <center> <h5>Showing Event: {{eid}} (double-tap to exit)</h5> + <center> <h5>Showing {{graphType}} frames of Event:{{eid}} </h5> + <p>double-tap exits. touch/mouse-over and drag over bars to see frames</p> - <button class="button icon-left button-small button-positive" style="z-index:999;bottom:2%;right:20px;position:absolute; opacity:0.7" ng-click="scrollUp()"> + <!--<button class="button icon-left button-small button-positive" style="z-index:999;bottom:2%;right:20px;position:absolute; opacity:0.7" ng-click="scrollUp()"> <i class="ion-chevron-up"></i> - </button> + </button>--> - <button class="button icon-left button-small button-positive" style="top:30px;right:20px;position:absolute; opacity:0.7" ng-click="scrollDown()"> - <i class="ion-chevron-down"></i> - </button> + <button class="button icon-left button-small button-positive" style="top:30px;right:20px;position:absolute; opacity:0.7" ng-click="switchType()"><i class="ion-shuffle"></i></button> {{errorDetails}} <!--<p>scroll left/right if needed</p>--> |
