mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
d43513dcac
commit
3c73f28157
@ -50,7 +50,7 @@ class Zend_View_Helper_Perfdata extends Zend_View_Helper_Abstract
|
||||
if (! $compact) {
|
||||
foreach ($perfdata->toArray() as $value) {
|
||||
if ($value === '') {
|
||||
$value = '-';
|
||||
$value = '0';
|
||||
}
|
||||
$row .= '<td>' . (string) $value . '</td>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user