icingaweb2/modules/monitoring/application/views/scripts/show/components/perfdata.phtml
2015-10-01 17:08:48 +02:00

4 lines
143 B
PHTML

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