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:
Ziver Koc 2016-12-01 12:57:59 +01:00
parent 9e59b53546
commit 172975d792
3 changed files with 3 additions and 2 deletions

View file

@ -119,5 +119,6 @@ function getChartData(json){
names: labels,
type: 'spline',
axes: dataYaxis,
unload: true,
};
}