Host detail view: Fix that the list of services is missing all tabs
refs #7876
This commit is contained in:
parent
6b3dd63bb3
commit
0997eaf459
|
@ -1,4 +1,7 @@
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
|
<?php if (! $this->compact): ?>
|
||||||
|
<?= $this->tabs; ?>
|
||||||
|
<?php endif ?>
|
||||||
<?= $this->render('partials/host/object-header.phtml') ?>
|
<?= $this->render('partials/host/object-header.phtml') ?>
|
||||||
<?= $this->render('partials/host/servicesummary.phtml') ?>
|
<?= $this->render('partials/host/servicesummary.phtml') ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue