diff --git a/html/pages/health/storage.inc.php b/html/pages/health/storage.inc.php index 6b26c3a2b..928a429ce 100644 --- a/html/pages/health/storage.inc.php +++ b/html/pages/health/storage.inc.php @@ -65,7 +65,7 @@ while($drive = mysql_fetch_array($query)) { echo("" . generatedevicelink($drive) . "" . $drive['storage_descr'] . " - ".print_percentage_bar (400, 20, $perc, "$used / $total", "ffffff", $left_background, formatStorage($free), "ffffff", $right_background)." + ".print_percentage_bar (400, 20, $perc, "$used / $total", "ffffff", $left_background, $free, "ffffff", $right_background)." $perc"."%");