monitoring: Don't render performance data in a td in the host and service detail
refs #5543
This commit is contained in:
parent
446622004a
commit
231bee086a
|
@ -16,10 +16,11 @@
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?= $this->render('show/components/hostgroups.phtml') ?>
|
<?= $this->render('show/components/hostgroups.phtml') ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->render('show/components/perfdata.phtml') ?>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<?= $this->render('show/components/perfdata.phtml') ?>
|
||||||
|
|
||||||
<h2><?= $this->translate('Notifications') ?></h2>
|
<h2><?= $this->translate('Notifications') ?></h2>
|
||||||
<table class="name-value-table">
|
<table class="name-value-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -39,12 +40,12 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<?php if (! empty($object->customvars)): ?>
|
<?php if (! empty($object->customvars)): ?>
|
||||||
<h2><?= $this->translate('Custom Variables') ?></h2>
|
<h2><?= $this->translate('Custom Variables') ?></h2>
|
||||||
<table class="name-value-table">
|
<table class="name-value-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?= $this->render('show/components/customvars.phtml') ?>
|
<?= $this->render('show/components/customvars.phtml') ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?= $this->render('show/components/flags.phtml') ?>
|
<?= $this->render('show/components/flags.phtml') ?>
|
||||||
|
|
Loading…
Reference in New Issue