From 895d34056224f928f91c4035177bc0f89c4e2268 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 10:37:06 +0200 Subject: [PATCH] monitoring: Remove h3 form host/show refs #5543 --- .../application/views/scripts/host/show.phtml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/modules/monitoring/application/views/scripts/host/show.phtml b/modules/monitoring/application/views/scripts/host/show.phtml index 39425a7f6..ed5aebf8e 100644 --- a/modules/monitoring/application/views/scripts/host/show.phtml +++ b/modules/monitoring/application/views/scripts/host/show.phtml @@ -5,13 +5,11 @@ tabs; ?> render('partials/object/host-header.phtml') ?> -

compact ? ' data-base-target="col1"' : ''; ?>> - stats = $object->stats; - $this->baseFilter = Filter::where('host', $object->host_name); - echo $this->render('list/components/servicesummary.phtml'); - ?> -

+ stats = $object->stats; + $this->baseFilter = Filter::where('host', $object->host_name); + echo $this->render('list/components/servicesummary.phtml'); + ?> render('partials/object/detail-content.phtml') ?>