summaryrefslogtreecommitdiff
path: root/js/esm.js
diff options
context:
space:
mode:
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>';