mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-27 11:40:24 -05:00
7 lines
273 B
PHTML
7 lines
273 B
PHTML
<div class="controls">
|
|
<?= /** @type \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
|
|
<h1><?= /** @type string $title */ $title ?></h1>
|
|
</div>
|
|
<div class="content">
|
|
<?= /** @type \Icinga\Module\Doc\Renderer\DocTocRenderer $toc */ $toc ?>
|
|
</div>
|