Revert "Display performance data metrics with value 0"
This reverts commit 3c73f28157
.
This commit is contained in:
parent
3c73f28157
commit
9e4c00506d
|
@ -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 = '0';
|
$value = '-';
|
||||||
}
|
}
|
||||||
$row .= '<td>' . (string) $value . '</td>';
|
$row .= '<td>' . (string) $value . '</td>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue