Fixup app disk usage graphs

This commit is contained in:
Johannes Zellner
2020-05-22 17:16:37 +02:00
parent 87c895bd76
commit ae105d9f83
3 changed files with 14 additions and 3 deletions
+2 -1
View File
@@ -1454,7 +1454,8 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
params: {
target: chunk,
format: 'json',
from: from
from: from,
until: 'now'
}
};