Host detail view: Fix that the list of services is missing all tabs

refs #7876
This commit is contained in:
Johannes Meyer 2015-04-20 14:56:30 +02:00
parent 6b3dd63bb3
commit 0997eaf459
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
<div class="controls">
<?php if (! $this->compact): ?>
<?= $this->tabs; ?>
<?php endif ?>
<?= $this->render('partials/host/object-header.phtml') ?>
<?= $this->render('partials/host/servicesummary.phtml') ?>
</div>