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

7 lines
185 B
PHTML

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