-
{{ disk.filesystem }} mounted at {{ disk.mountpoint }} {{ disk.size | prettyDiskSize }}
+
{{ disk.filesystem }} mounted at {{ disk.mountpoint }} {{ disk.available | prettyDiskSize }} of {{ disk.size | prettyDiskSize }} still available
diff --git a/src/views/graphs.js b/src/views/graphs.js
index 0f866b0dc..c0be668ba 100644
--- a/src/views/graphs.js
+++ b/src/views/graphs.js
@@ -180,7 +180,6 @@ angular.module('Application').controller('GraphsController', ['$scope', '$locati
usageOther -= tmp;
});
-
// add content container for other non tracked data
disk.contains.push({
label: 'Other',