Add the number of cpu between the type and percent graph

This commit is contained in:
Louis Bailleul
2015-11-20 15:53:02 +00:00
parent ee99ee89d6
commit 439193c9fa

View File

@@ -93,6 +93,7 @@ if (count($processors)) {
$totalPercent=$totalPercent/count($processors);
echo '<tr>
<td>'.overlib_link($link, $text_descr, $overlib_content).'</td>
<td>x'.count($processors).'</td>
<td>'.overlib_link($link, print_percentage_bar(200, 20, $totalPercent, null, 'ffffff', $background['left'], $percent.'%', 'ffffff', $background['right']), $overlib_content).'</td>
</tr>';