From 6c8808875adafbd39ebafe04f118ee0ca326e70b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 14 Jan 2015 11:02:06 +0100 Subject: [PATCH] host/show: show action urls above perfdata --- modules/monitoring/application/views/scripts/host/show.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/host/show.phtml b/modules/monitoring/application/views/scripts/host/show.phtml index 00d579a29..867692301 100644 --- a/modules/monitoring/application/views/scripts/host/show.phtml +++ b/modules/monitoring/application/views/scripts/host/show.phtml @@ -13,9 +13,9 @@ render('show/components/notifications.phtml') ?> render('show/components/downtime.phtml') ?> render('show/components/flapping.phtml') ?> + render('show/components/actions.phtml') ?> render('show/components/perfdata.phtml') ?> render('show/components/checksource.phtml') ?> - render('show/components/actions.phtml') ?> render('show/components/command.phtml') ?> render('show/components/hostgroups.phtml') ?> render('show/components/contacts.phtml') ?>