aboutsummaryrefslogtreecommitdiff
path: root/web/static/app/templates/line-chart.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/app/templates/line-chart.html')
-rw-r--r--web/static/app/templates/line-chart.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/static/app/templates/line-chart.html b/web/static/app/templates/line-chart.html
new file mode 100644
index 0000000..d4b43a8
--- /dev/null
+++ b/web/static/app/templates/line-chart.html
@@ -0,0 +1,12 @@
+<section>
+ <div class="row">
+ <div class="col-md-12 text-right text-muted">
+ <span ng-click="setInterval(1, 'hours')">1 hour</span> |
+ <span ng-click="setInterval(24, 'hours')">24 hours</span> |
+ <span ng-click="setInterval(1, 'months')">1 month</span>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-md-12 chart"></div>
+ </div>
+</section>