Fix display of Mikrotik CPU; probably unrelated to MIB-based polling changes

This commit is contained in:
Paul Gear
2015-12-06 21:23:06 +10:00
parent b98e69187f
commit e89984e316

View File

@@ -18,7 +18,7 @@ foreach ($procs as $proc) {
$unit_text = 'Load %';
$units = '%';
$units = '';
$total_units = '%';
$colours = 'mixed';