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'] . " |
![]($mini_graph) |
- ".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 . " |
![]($mini_url) |
- ".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++;