show/host: use new host services summary

refs #6993
This commit is contained in:
Thomas Gelf 2014-09-05 18:00:26 +02:00
parent 4da3f55cd9
commit 66dba8b98d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php if ($object->host_name !== false): ?>
<div class="controls">
<?= $this->render('show/components/header.phtml') ?>
<h1><?= $this->translate("This host's current state") ?></h1>
<?= $this->render('show/components/hostservicesummary.phtml') ?>
</div>
<div class="content" data-base-target="_next">
<?= $this->render('show/components/output.phtml') ?>