show/services: use new services summary

refs #6993
This commit is contained in:
Thomas Gelf 2014-09-05 18:01:34 +02:00
parent 66dba8b98d
commit 6689fabb1e
1 changed files with 1 additions and 3 deletions

View File

@ -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>