mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-10 18:00:39 -04:00
9 lines
240 B
PHTML
9 lines
240 B
PHTML
<div class="controls" data-base-target="_main">
|
|
<?= $this->tabs->render($this); ?>
|
|
</div>
|
|
<div class="content">
|
|
<?php if (isset($this->messageBox)): ?>
|
|
<?= $this->messageBox->render() ?>
|
|
<?php endif ?>
|
|
<?= $this->form ?>
|
|
</div>
|