mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-27 03:30:24 -05: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>
|