mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
doc: show full tabs if any
This commit is contained in:
parent
d1bb8747b5
commit
4ce131e9ec
@ -1,5 +1,5 @@
|
|||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
|
<?= $this->tabs ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?= /** @var \Icinga\Module\Doc\Renderer\DocSectionRenderer $section */ $section ?>
|
<?= /** @var \Icinga\Module\Doc\Renderer\DocSectionRenderer $section */ $section ?>
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton(); ?>
|
<?= $this->tabs ?>
|
||||||
<h1><?= $this->translate('Module documentations'); ?></h1>
|
<h1><?= $this->translate('Module documentations'); ?></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach ($modules as $module): /** @var \Icinga\Application\Modules\Module $module */ ?>
|
<?php foreach ($modules as $module): /** @var \Icinga\Application\Modules\Module $module */ ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user