aboutsummaryrefslogtreecommitdiff
path: root/web/templates/wat.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-03-05 16:47:32 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2016-03-05 16:47:32 +0100
commit7ca173de3de046501d79164da0c8c8871a03089b (patch)
tree16d857cf2ab7fd8b7b3c29efbacd6b01c2eacec7 /web/templates/wat.html
parentdda9ef2ae7971bceaa792e328c8489cb0695b77e (diff)
downloaddiller-server-7ca173de3de046501d79164da0c8c8871a03089b.tar.gz
diller-server-7ca173de3de046501d79164da0c8c8871a03089b.tar.bz2
diller-server-7ca173de3de046501d79164da0c8c8871a03089b.tar.xz
diller-server-7ca173de3de046501d79164da0c8c8871a03089b.zip
web:
o Adding an API method to get per-hour aggregate values. Doesn't use the by_hour table yet. o Adding a simple line graph component that can graph a single property's value.
Diffstat (limited to 'web/templates/wat.html')
-rw-r--r--web/templates/wat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/wat.html b/web/templates/wat.html
index fd504a7..0e77077 100644
--- a/web/templates/wat.html
+++ b/web/templates/wat.html
@@ -17,7 +17,7 @@
<script src="./bower_components/lodash/lodash.js" type="application/javascript"></script>
<script src="../static/app/DillerRpc.js" type="application/javascript"></script>
- <script src="../static/app/app.js" type="application/javascript"></script>
+ <script src="../static/app/diller/app.js" type="application/javascript"></script>
</head>
<body ng-app="Diller" ng-view>
Loading Diller ...