host/show: show action urls above perfdata

This commit is contained in:
Thomas Gelf 2015-01-14 11:02:06 +01:00
parent 67e935557e
commit 6c8808875a
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/downtime.phtml') ?>
<?= $this->render('show/components/flapping.phtml') ?>
<?= $this->render('show/components/actions.phtml') ?>
<?= $this->render('show/components/perfdata.phtml') ?>
<?= $this->render('show/components/checksource.phtml') ?>
<?= $this->render('show/components/actions.phtml') ?>
<?= $this->render('show/components/command.phtml') ?>
<?= $this->render('show/components/hostgroups.phtml') ?>
<?= $this->render('show/components/contacts.phtml') ?>