From 9277113a35f1c5600db75516b4eb5a9d84c00f37 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 29 Sep 2015 17:07:40 +0200 Subject: [PATCH] monitoring: Quick fix host/services partial refs #5543 --- .../application/views/scripts/host/services.phtml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/monitoring/application/views/scripts/host/services.phtml b/modules/monitoring/application/views/scripts/host/services.phtml index 03871b159..ac1dc5bdf 100644 --- a/modules/monitoring/application/views/scripts/host/services.phtml +++ b/modules/monitoring/application/views/scripts/host/services.phtml @@ -4,14 +4,12 @@ compact): ?> tabs; ?> - render('partials/host/object-header.phtml') ?> -

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

partial( 'list/services.phtml', @@ -22,4 +20,4 @@ 'services' => $services, 'addColumns' => array() ) -); ?> \ No newline at end of file +); ?>