monitoring: Don't render performance data in a td in the host and service detail

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 10:59:38 +02:00
parent 446622004a
commit 231bee086a
1 changed files with 8 additions and 7 deletions

View File

@ -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>