show/services: render service in _next container

This commit is contained in:
Thomas Gelf 2014-11-19 09:10:13 +01:00
parent b3a154deed
commit 8d67437685
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
<?= $this->render('show/components/header.phtml') ?>
<?= $this->render('show/components/hostservicesummary.phtml') ?>
</div>
<?= preg_replace('~<table data-base-target="_next"~', '<table data-base-target="_self"', $services) /* TODO: find an elegant solution for this */ ?>
<?= $services ?>