diff --git a/src/views/graphs.html b/src/views/graphs.html index 0ff1bad8f..3d0d92e10 100644 --- a/src/views/graphs.html +++ b/src/views/graphs.html @@ -49,7 +49,7 @@
-

{{ 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',