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