Simple add a used label for disks that contains nothing we monitor
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user