mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-27 18:10:10 +02:00
8 lines
173 B
PHTML
8 lines
173 B
PHTML
<? if ($object->perfdata): ?>
|
|
<?= $this->expandable(
|
|
'<b>Performance data</b>',
|
|
$this->perfdata($object->perfdata),
|
|
array('collapsed' => false)
|
|
) ?>
|
|
<? endif ?>
|