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 +); ?>