AVP table should not influence perfdata table sitting there

This commit is contained in:
Thomas Gelf 2014-03-08 19:48:07 +01:00
parent 20c89bddf2
commit 07f76a631a
3 changed files with 7 additions and 1 deletions

View File

@ -7,15 +7,18 @@
<?= $this->render('show/components/status.phtml') ?> <?= $this->render('show/components/status.phtml') ?>
<table class="avp"> <table class="avp">
<tbody>
<?= $this->render('show/components/comments.phtml') ?> <?= $this->render('show/components/comments.phtml') ?>
<?= $this->render('show/components/downtime.phtml') ?> <?= $this->render('show/components/downtime.phtml') ?>
<?= $this->render('show/components/flapping.phtml') ?> <?= $this->render('show/components/flapping.phtml') ?>
<?= $this->render('show/components/perfdata.phtml') ?> <?= $this->render('show/components/perfdata.phtml') ?>
<?= $this->render('show/components/actions.phtml') ?>
<?= $this->render('show/components/command.phtml') ?> <?= $this->render('show/components/command.phtml') ?>
<?= $this->render('show/components/hostgroups.phtml') ?> <?= $this->render('show/components/hostgroups.phtml') ?>
<?= $this->render('show/components/contacts.phtml') ?> <?= $this->render('show/components/contacts.phtml') ?>
<?= $this->render('show/components/checkstatistics.phtml') ?> <?= $this->render('show/components/checkstatistics.phtml') ?>
<?= $this->render('show/components/customvars.phtml') ?> <?= $this->render('show/components/customvars.phtml') ?>
<?= $this->render('show/components/flags.phtml') ?> <?= $this->render('show/components/flags.phtml') ?>
</tbody>
</table> </table>
</div> </div>

View File

@ -7,15 +7,18 @@
<?= $this->render('show/components/output.phtml') ?> <?= $this->render('show/components/output.phtml') ?>
<table class="avp"> <table class="avp">
<tbody>
<?= $this->render('show/components/comments.phtml') ?> <?= $this->render('show/components/comments.phtml') ?>
<?= $this->render('show/components/downtime.phtml') ?> <?= $this->render('show/components/downtime.phtml') ?>
<?= $this->render('show/components/flapping.phtml') ?> <?= $this->render('show/components/flapping.phtml') ?>
<?= $this->render('show/components/perfdata.phtml') ?> <?= $this->render('show/components/perfdata.phtml') ?>
<?= $this->render('show/components/actions.phtml') ?>
<?= $this->render('show/components/command.phtml') ?> <?= $this->render('show/components/command.phtml') ?>
<?= $this->render('show/components/servicegroups.phtml') ?> <?= $this->render('show/components/servicegroups.phtml') ?>
<?= $this->render('show/components/contacts.phtml') ?> <?= $this->render('show/components/contacts.phtml') ?>
<?= $this->render('show/components/checkstatistics.phtml') ?> <?= $this->render('show/components/checkstatistics.phtml') ?>
<?= $this->render('show/components/customvars.phtml') ?> <?= $this->render('show/components/customvars.phtml') ?>
<?= $this->render('show/components/flags.phtml') ?> <?= $this->render('show/components/flags.phtml') ?>
</tbody>
</table> </table>
</div> </div>

View File

@ -129,7 +129,7 @@ table.perfdata {
font-size: 0.9em; font-size: 0.9em;
} }
table.perfdata th { table.perfdata > tbody > th {
white-space: nowrap; white-space: nowrap;
padding: 0; padding: 0;
text-align: left; text-align: left;