mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-21 07:00:11 +02:00
8 lines
273 B
PHTML
8 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>
|