Themes available !

Disk : filesystem column is hidden in mobile view
This commit is contained in:
ShevAbam
2015-07-15 14:12:29 +02:00
parent 118bb1862c
commit a935f5ece1
9 changed files with 146 additions and 44 deletions
+1 -1
View File
@@ -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>';