mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user