mirror of
https://github.com/unraid/webgui.git
synced 2026-03-13 14:30:29 -05:00
Reverse the array size display (but keep the bug fix)
This commit is contained in:
@@ -215,7 +215,7 @@ function show_totals($text) {
|
||||
echo "<td>".my_number($sum['numErrors'])."</td>";
|
||||
echo "<td></td>";
|
||||
if (strstr($text,'Array') && ($var['startMode']=='Normal')) {
|
||||
echo "<td>".my_scale($sum['fsSize']*1024,$unit,0)." $unit</td>";
|
||||
echo "<td>".my_scale($sum['fsSize']*1024,$unit)." $unit</td>";
|
||||
if ($display['text']%10==0) {
|
||||
echo "<td>".my_scale($sum['fsUsed']*1024,$unit)." $unit</td>";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user