diff --git a/src/views/system.js b/src/views/system.js index 661ff8e8a..967322572 100644 --- a/src/views/system.js +++ b/src/views/system.js @@ -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();