2015-09-24 17:19:24 +02:00
|
|
|
<?php if ($object->perfdata): ?>
|
|
|
|
<h2><?= $this->translate('Performance data') ?></h2>
|
2015-10-01 16:31:25 +02:00
|
|
|
<div class="performance-data">
|
|
|
|
<?= $this->perfdata($object->perfdata) ?>
|
|
|
|
</div>
|
2015-09-24 17:19:24 +02:00
|
|
|
<?php endif ?>
|