mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-21 08:50:26 -05:00
4 lines
143 B
PHTML
4 lines
143 B
PHTML
<?php if ($object->perfdata): ?>
|
|
<h2><?= $this->translate('Performance data') ?></h2>
|
|
<?= $this->perfdata($object->perfdata) ?>
|
|
<?php endif ?>
|