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') ?>