summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glances/outputs/static/html/plugins/fs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/outputs/static/html/plugins/fs.html b/glances/outputs/static/html/plugins/fs.html
index 8f5bc6d6..f79c395b 100644
--- a/glances/outputs/static/html/plugins/fs.html
+++ b/glances/outputs/static/html/plugins/fs.html
@@ -7,7 +7,7 @@
<div class="table-cell">Total</div>
</div>
<div class="table-row" ng-repeat="fs in statsFs.fileSystems | orderBy: 'mnt_point'">
- <div class="table-cell text-left">{{ fs.mountPoint }} ({{ fs.name }})</div>
+ <div class="table-cell text-left">{{ fs.mountPoint }} <span class="visible-lg-inline" ng-show="fs.name.length <= 20">({{ fs.name }})<span></div>
<div class="table-cell" ng-class="statsFs.getDecoration(fs.mountPoint, 'used')">
<span ng-show="!arguments.fs_free_space">{{ fs.used | bytes }}</span>
<span ng-show="arguments.fs_free_space">{{ fs.free | bytes }}</span>