mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-21 22:30:10 +02:00
5 lines
242 B
PHTML
5 lines
242 B
PHTML
<?php if ($object->perfdata): ?>
|
|
<h2><?= $this->translate('Performance data') ?></h2>
|
|
<div id="check-perfdata-<?= $this->escape(str_replace(' ', '-', $object->check_command)) ?>"><?= $this->perfdata($object->perfdata) ?></div>
|
|
<?php endif ?>
|