aboutsummaryrefslogtreecommitdiff
path: root/web/static/app/templates/line-chart.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-03-06 21:21:12 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2016-03-06 21:30:39 +0100
commit45267e41368fbb9fb318fb455981110e83c97953 (patch)
treefc4b819604081076ec97962a5f2dad3b99f51399 /web/static/app/templates/line-chart.html
parent7ca173de3de046501d79164da0c8c8871a03089b (diff)
downloaddiller-server-45267e41368fbb9fb318fb455981110e83c97953.tar.gz
diller-server-45267e41368fbb9fb318fb455981110e83c97953.tar.bz2
diller-server-45267e41368fbb9fb318fb455981110e83c97953.tar.xz
diller-server-45267e41368fbb9fb318fb455981110e83c97953.zip
web:
o Adding level to Interval that specifies what kind of aggregate level the server should use.
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>