summaryrefslogtreecommitdiff
path: root/js/esm.js
diff options
context:
space:
mode:
authorShevAbam <shevabam@gmail.com>2015-07-15 14:12:29 +0200
committerShevAbam <shevabam@gmail.com>2015-07-15 14:12:29 +0200
commita935f5ece1d4b3738ad7b085d8dfebfbfc04cef0 (patch)
tree4e1864d6c8369a2d47879394ef76de9cbf856967 /js/esm.js
parent118bb1862cfca13201d349df8ec23b830921efb5 (diff)
Themes available !
Disk : filesystem column is hidden in mobile view
Diffstat (limited to 'js/esm.js')
-rw-r--r--js/esm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/esm.js b/js/esm.js
index 1016440..b61eb57 100644
--- a/js/esm.js
+++ b/js/esm.js
@@ -154,7 +154,7 @@ esm.getDisk = function() {
html += '<tr>';
if (typeof data[line].filesystem != 'undefined')
- html += '<td>'+data[line].filesystem+'</td>';
+ html += '<td class="filesystem">'+data[line].filesystem+'</td>';
html += '<td>'+data[line].mount+'</td>';
html += '<td><div class="progressbar-wrap"><div class="progressbar '+bar_class+'" style="width: '+data[line].percent_used+'%;">'+data[line].percent_used+'%</div></div></td>';