icingaweb2/modules/monitoring/application/views/scripts/show/components/perfdata.phtml

12 lines
256 B
PHTML
Raw Normal View History

2014-03-06 19:36:26 +01:00
<?php if (! $object->perfdata) return ?>
<tr class="newsection">
<td colspan="2">
<h2><?= $this->translate('Performance data') ?></h2>
</td>
</tr>
2014-03-06 19:36:26 +01:00
<tr>
<td colspan="2" class="performance-data">
<?= $this->perfdata($object->perfdata) ?>
</td>
2014-03-06 19:36:26 +01:00
</tr>