From 5dffa14f80a761ddf8bc97fdb1a0594de37776c1 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Mon, 2 Aug 2010 21:42:33 +0000 Subject: [PATCH] fix free storage space git-svn-id: http://www.observium.org/svn/observer/trunk@1620 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/health/storage.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"."%");