From 2098a7a4fc4a84e9d1fcfb7961dd88e8912afc8e Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sun, 21 Feb 2010 02:47:23 +0000 Subject: [PATCH] resize bars in overview to 20px high, looks better, less hassle. git-svn-id: http://www.observium.org/svn/observer/trunk@908 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/overview/hrStorage.inc.php | 2 +- html/pages/device/overview/processors.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/pages/device/overview/hrStorage.inc.php b/html/pages/device/overview/hrStorage.inc.php index 3c0c3fb6b3..248efbd6f7 100644 --- a/html/pages/device/overview/hrStorage.inc.php +++ b/html/pages/device/overview/hrStorage.inc.php @@ -45,7 +45,7 @@ if(mysql_result(mysql_query("SELECT count(storage_id) from storage WHERE host_id echo("" . $drive['hrStorageDescr'] . " - ".print_percentage_bar (200, 16, $perc, "$used / $total", "ffffff", $left_background, $perc . "%", "ffffff", $right_background)." + ".print_percentage_bar (200, 20, $perc, "$used / $total", "ffffff", $left_background, $perc . "%", "ffffff", $right_background)." "); $drive_rows++; } diff --git a/html/pages/device/overview/processors.inc.php b/html/pages/device/overview/processors.inc.php index c63a7b96e7..25e889f51b 100644 --- a/html/pages/device/overview/processors.inc.php +++ b/html/pages/device/overview/processors.inc.php @@ -33,7 +33,7 @@ if(mysql_result(mysql_query("SELECT count(*) from processors WHERE device_id = ' echo("" . $text_descr . " - ".print_percentage_bar (200, 16, $perc, NULL, "ffffff", $left_background, $perc . "%", "ffffff", $right_background)." + ".print_percentage_bar (200, 20, $perc, NULL, "ffffff", $left_background, $perc . "%", "ffffff", $right_background)." "); $processor_rows++;