mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add the number of cpu between the type and percent graph
This commit is contained in:
@@ -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>';
|
||||
|
||||
|
Reference in New Issue
Block a user