From a874b1ef3c46701a878d49136363072c191710f8 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 10:45:17 +0200 Subject: [PATCH] monitoring: Remove h3 from object-command-form refs #5543 --- .../partials/command/object-command-form.phtml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/modules/monitoring/application/views/scripts/partials/command/object-command-form.phtml b/modules/monitoring/application/views/scripts/partials/command/object-command-form.phtml index 095d9a4c4..03be36cf3 100644 --- a/modules/monitoring/application/views/scripts/partials/command/object-command-form.phtml +++ b/modules/monitoring/application/views/scripts/partials/command/object-command-form.phtml @@ -6,13 +6,11 @@ getType() === $object::TYPE_HOST): ?> render('partials/host/object-header.phtml'); ?> -

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

+ baseFilter = Filter::where('host', $object->host_name); + $this->stats = $object->stats; + echo $this->render('list/components/servicesummary.phtml'); + ?> render('partials/service/object-header.phtml'); ?>
@@ -20,4 +18,4 @@
-
\ No newline at end of file +