Fixup disk usage of other

This commit is contained in:
Johannes Zellner
2022-10-13 23:30:55 +02:00
parent 682db92d22
commit 647460408a

View File

@@ -49,7 +49,7 @@ angular.module('Application').controller('SystemController', ['$scope', '$locati
$scope.disks.disks = Object.keys(result.usage.disks).map(function (k) { return result.usage.disks[k]; });
$scope.disks.disks.forEach(function (disk) {
var usageOther = disk.occupied;
var usageOther = disk.used;
colorIndex = 0;
disk.contents.forEach(function (content) {