Skip to content

Commit

Permalink
monitoring: Don't render performance data in a td in the host and ser…
Browse files Browse the repository at this point in the history
…vice detail

refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent 4466220 commit 231bee0
Showing 1 changed file with 8 additions and 7 deletions.
Expand Up @@ -16,10 +16,11 @@
<?php else: ?>
<?= $this->render('show/components/hostgroups.phtml') ?>
<?php endif ?>
<?= $this->render('show/components/perfdata.phtml') ?>
</tbody>
</table>

<?= $this->render('show/components/perfdata.phtml') ?>

<h2><?= $this->translate('Notifications') ?></h2>
<table class="name-value-table">
<tbody>
Expand All @@ -39,12 +40,12 @@
</table>

<?php if (! empty($object->customvars)): ?>
<h2><?= $this->translate('Custom Variables') ?></h2>
<table class="name-value-table">
<tbody>
<?= $this->render('show/components/customvars.phtml') ?>
</tbody>
</table>
<h2><?= $this->translate('Custom Variables') ?></h2>
<table class="name-value-table">
<tbody>
<?= $this->render('show/components/customvars.phtml') ?>
</tbody>
</table>
<?php endif ?>

<?= $this->render('show/components/flags.phtml') ?>
Expand Down

0 comments on commit 231bee0

Please sign in to comment.