mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-03 20:40:06 -05:00
7 lines
170 B
PHTML
7 lines
170 B
PHTML
<?php if (! $object->perfdata) return ?>
|
|
<tr>
|
|
<th><?= $this->translate('Performance data') ?></th>
|
|
<td>
|
|
<?= $this->perfdata($object->perfdata) ?>
|
|
</td>
|
|
</tr>
|