diff --git a/html/pages/device/overview/processors.inc.php b/html/pages/device/overview/processors.inc.php index 189013b0c..416db4df9 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).' ';