From cea9f5aea1f6f4ba309ffbf3c4e5f243cb54437d Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Wed, 9 Nov 2016 17:36:46 +0100 Subject: [PATCH] Use quick actions in the host and service detail views refs #13187 Signed-off-by: Eric Lippmann --- modules/monitoring/application/views/scripts/host/show.phtml | 1 + modules/monitoring/application/views/scripts/service/show.phtml | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/monitoring/application/views/scripts/host/show.phtml b/modules/monitoring/application/views/scripts/host/show.phtml index badf7ffcf..a75fc0246 100644 --- a/modules/monitoring/application/views/scripts/host/show.phtml +++ b/modules/monitoring/application/views/scripts/host/show.phtml @@ -10,6 +10,7 @@ $this->baseFilter = Filter::where('host', $object->host_name); echo $this->render('list/components/servicesummary.phtml'); ?> + render('partials/object/quick-actions.phtml') ?> render('partials/object/detail-content.phtml') ?> diff --git a/modules/monitoring/application/views/scripts/service/show.phtml b/modules/monitoring/application/views/scripts/service/show.phtml index 9dd139430..b585d7106 100644 --- a/modules/monitoring/application/views/scripts/service/show.phtml +++ b/modules/monitoring/application/views/scripts/service/show.phtml @@ -3,6 +3,7 @@ tabs ?> render('partials/object/service-header.phtml') ?> + render('partials/object/quick-actions.phtml') ?> render('partials/object/detail-content.phtml') ?>