mirror of
https://github.com/ShaYmez/ezservermonitor-web.git
synced 2026-06-06 16:05:15 -04:00
Themes available !
Disk : filesystem column is hidden in mobile view
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user