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') ?>