icingaweb2/modules/monitoring/application/views/scripts/show/components/perfdata.phtml

8 lines
173 B
PHTML

<? if ($object->perfdata): ?>
<?= $this->expandable(
'<b>Performance data</b>',
$this->perfdata($object->perfdata),
array('collapsed' => false)
) ?>
<? endif ?>