a couple of bug fixes:
- fixed sensor detail chart not showing data - fixed? out ouf memory in PowerChalange page - temporary fix for wrong / redirect
This commit is contained in:
parent
9e59b53546
commit
172975d792
3 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
<script>
|
||||
$(function(){
|
||||
createChart("#chart", "/data/sensor?aggr=minute&id={{sensor.getID()}}", 5*60*1000);
|
||||
createChart("#chart", "/data/sensor?aggr=minute&id={{sensor.getId()}}", 5*60*1000);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue