Simple add a used label for disks that contains nothing we monitor

This commit is contained in:
Girish Ramakrishnan
2020-04-18 23:02:16 -07:00
parent 861204e442
commit c0f5526801

View File

@@ -238,6 +238,13 @@ angular.module('Application').controller('SystemController', ['$scope', '$locati
color: '#27CE65',
usage: usageOther
});
} else {
disk.contains.push({
label: 'Used',
id: 'other',
color: '#27CE65',
usage: usageOther
});
}
iteratorCallback();