mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
5304f0a0df
commit
13bf999868
@ -1,11 +1,4 @@
|
|||||||
<?php if (! $object->perfdata) return ?>
|
<?php if ($object->perfdata): ?>
|
||||||
<tr class="newsection">
|
<h2><?= $this->translate('Performance data') ?></h2>
|
||||||
<td colspan="2">
|
<?= $this->perfdata($object->perfdata) ?>
|
||||||
<h2><?= $this->translate('Performance data') ?></h2>
|
<?php endif ?>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td colspan="2" class="performance-data">
|
|
||||||
<?= $this->perfdata($object->perfdata) ?>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user