From 439193c9fa470cfcc28169173e228053e4ea798e Mon Sep 17 00:00:00 2001 From: Louis Bailleul Date: Fri, 20 Nov 2015 15:53:02 +0000 Subject: [PATCH] Add the number of cpu between the type and percent graph --- html/pages/device/overview/processors.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/pages/device/overview/processors.inc.php b/html/pages/device/overview/processors.inc.php index 189013b0c7..416db4df9d 100644 --- a/html/pages/device/overview/processors.inc.php +++ b/html/pages/device/overview/processors.inc.php @@ -93,6 +93,7 @@ if (count($processors)) { $totalPercent=$totalPercent/count($processors); echo ' '.overlib_link($link, $text_descr, $overlib_content).' + x'.count($processors).' '.overlib_link($link, print_percentage_bar(200, 20, $totalPercent, null, 'ffffff', $background['left'], $percent.'%', 'ffffff', $background['right']), $overlib_content).' ';