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

8 lines
170 B
PHTML

<?php if (! $object->perfdata) return ?>
<tr>
<th><?= $this->translate('Performance data') ?></th>
<td>
<?= $this->perfdata($object->perfdata) ?>
</td>
</tr>