From 76fb506a895b7be9006d7148a654b75901b1764c Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 14 Nov 2016 13:41:06 +0100 Subject: [PATCH] Remove control separation in the host and service detail views refs #13187 --- .../monitoring/application/views/scripts/host/show.phtml | 8 +++----- .../application/views/scripts/service/show.phtml | 3 +-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/modules/monitoring/application/views/scripts/host/show.phtml b/modules/monitoring/application/views/scripts/host/show.phtml index a75fc0246..f5beb5a02 100644 --- a/modules/monitoring/application/views/scripts/host/show.phtml +++ b/modules/monitoring/application/views/scripts/host/show.phtml @@ -1,16 +1,14 @@ - -
+
compact): ?> tabs ?> render('partials/object/host-header.phtml') ?> - stats = $object->stats; $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 b585d7106..3fcdb2286 100644 --- a/modules/monitoring/application/views/scripts/service/show.phtml +++ b/modules/monitoring/application/views/scripts/service/show.phtml @@ -1,9 +1,8 @@ -
+
compact): ?> tabs ?> render('partials/object/service-header.phtml') ?> render('partials/object/quick-actions.phtml') ?>
- render('partials/object/detail-content.phtml') ?>