summaryrefslogtreecommitdiff
path: root/www/templates/timeline.html
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-08-06 17:39:59 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-08-06 17:39:59 -0400
commit9f8f4a49cf908064b0303f09fde0556aee83142b (patch)
treeb84078b3cf47508c8837ff548f39e12cd98c7074 /www/templates/timeline.html
parenteed8037064f0a2f66115981b5de7246a1dc48225 (diff)
timeline now has a joystick button that is easier to use, also removed dependencies
Diffstat (limited to 'www/templates/timeline.html')
-rw-r--r--www/templates/timeline.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/templates/timeline.html b/www/templates/timeline.html
index 8cf83715..ea7e0e2c 100644
--- a/www/templates/timeline.html
+++ b/www/templates/timeline.html
@@ -14,7 +14,6 @@
<ion-nav-buttons side="right">
- <button class="button button-icon button-clear ion-arrow-shrink" ng-click="fit()"></button>
<button class="button button-icon button-clear ion-arrow-move" ng-click="toggleNav();"></button>
<!--
@@ -26,8 +25,7 @@
<ion-content>
<div style="padding-left:15px; font-size:10px; color:grey">
- Latest {{maxItems}} events between:
- {{prettify(fromDate)}} - {{prettify(toDate)}}
+ {{prettify(fromDate)}} - {{prettify(toDate)}} (only displaying last {{maxItems}} events)
</div>
@@ -43,7 +41,7 @@
</ion-content>
</ion-view>
-<div class="timelinebuttons" >
+<div class="timelinebuttons" ng-if="graphLoaded">
<circular id ="timeline-ctrl" options="radialMenuOptions" class="animated bounceInRight">
</circular>
</div>