From db78296a3ac9819ad4bb4612175a363adf8b02b6 Mon Sep 17 00:00:00 2001 From: bergware Date: Mon, 6 Jun 2016 20:50:53 +0200 Subject: [PATCH] Reverse the array size display (but keep the bug fix) --- plugins/dynamix/include/DeviceList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/include/DeviceList.php b/plugins/dynamix/include/DeviceList.php index 524d47f6a..9ee06bf1e 100644 --- a/plugins/dynamix/include/DeviceList.php +++ b/plugins/dynamix/include/DeviceList.php @@ -215,7 +215,7 @@ function show_totals($text) { echo "".my_number($sum['numErrors']).""; echo ""; if (strstr($text,'Array') && ($var['startMode']=='Normal')) { - echo "".my_scale($sum['fsSize']*1024,$unit,0)." $unit"; + echo "".my_scale($sum['fsSize']*1024,$unit)." $unit"; if ($display['text']%10==0) { echo "".my_scale($sum['fsUsed']*1024,$unit)." $unit"; } else {