Show missing tabs for object command forms

fixes #9477
This commit is contained in:
Johannes Meyer 2015-06-24 14:52:11 +02:00
parent 98b01207cf
commit b741845d54
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 ?>
<?php if ($object->getType() === $object::TYPE_HOST): ?>
<?= $this->render('partials/host/object-header.phtml'); ?>
<?= $this->render('partials/host/servicesummary.phtml'); ?>