mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-09 09:10:10 +02:00
8 lines
170 B
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>
|