From 6689fabb1e3985df2131a321da948f8cd3feb5e4 Mon Sep 17 00:00:00 2001 From: Thomas Gelf <thomas@gelf.net> Date: Fri, 5 Sep 2014 18:01:34 +0200 Subject: [PATCH] show/services: use new services summary refs #6993 --- .../monitoring/application/views/scripts/show/services.phtml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/services.phtml b/modules/monitoring/application/views/scripts/show/services.phtml index bd734b97b..a78b3215b 100644 --- a/modules/monitoring/application/views/scripts/show/services.phtml +++ b/modules/monitoring/application/views/scripts/show/services.phtml @@ -1,7 +1,5 @@ <div class="controls"> <?= $this->render('show/components/header.phtml') ?> -<h1><?= $this->translate('All services configured on this host') ?></h1> +<?= $this->render('show/components/hostservicesummary.phtml') ?> </div> -<div class="content"> <?= preg_replace('~<table data-base-target="_next"~', '<table data-base-target="_self"', $services) /* TODO: find an elegant solution for this */ ?> -</div>