mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-11 02:10:37 -04:00
8 lines
309 B
PHTML
8 lines
309 B
PHTML
<div class="controls controls-separated">
|
|
<?php if (! $this->compact): ?>
|
|
<?= $this->tabs ?>
|
|
<?php endif ?>
|
|
<?= $this->render('partials/object/service-header.phtml') ?>
|
|
<?= $this->render('partials/object/quick-actions.phtml') ?>
|
|
</div>
|
|
<?= $this->render('partials/object/detail-content.phtml') ?>
|