mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-08 16:12:43 -04:00
6 lines
185 B
PHTML
6 lines
185 B
PHTML
<?php if ($object->perfdata): ?>
|
|
<h2><?= $this->translate('Performance data') ?></h2>
|
|
<div class="performance-data">
|
|
<?= $this->perfdata($object->perfdata) ?>
|
|
</div>
|
|
<?php endif ?>
|