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

5 lines
143 B
PHTML

<?php if ($object->perfdata): ?>
<h2><?= $this->translate('Performance data') ?></h2>
<?= $this->perfdata($object->perfdata) ?>
<?php endif ?>