host/show: show action urls above perfdata

This commit is contained in:
Thomas Gelf 2015-01-14 11:02:06 +01:00
parent 5e94d65a6c
commit 0d3131fbd0
1 changed files with 1 additions and 1 deletions

View File

@ -13,9 +13,9 @@
<?= $this->render('show/components/notifications.phtml') ?> <?= $this->render('show/components/notifications.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/actions.phtml') ?>
<?= $this->render('show/components/perfdata.phtml') ?> <?= $this->render('show/components/perfdata.phtml') ?>
<?= $this->render('show/components/checksource.phtml') ?> <?= $this->render('show/components/checksource.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') ?>