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

8 lines
170 B
PHTML
Raw Normal View History

2014-03-06 19:36:26 +01:00
<?php if (! $object->perfdata) return ?>
<tr>
<th><?= $this->translate('Performance data') ?></th>
<td>
<?= $this->perfdata($object->perfdata) ?>
</td>
</tr>