mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-23 02:43:06 -04:00
8 lines
239 B
PHTML
8 lines
239 B
PHTML
<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>
|
|
<?= $services ?>
|