host/show: show action urls above perfdata
This commit is contained in:
parent
5e94d65a6c
commit
0d3131fbd0
|
@ -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') ?>
|
||||||
|
|
Loading…
Reference in New Issue