mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Doc module: Fix div.controls of the index controller's index action
refs #7876
This commit is contained in:
parent
0be8b8997b
commit
6b3dd63bb3
@ -1,6 +1,7 @@
|
|||||||
<div class="controls"></div>
|
<div class="controls">
|
||||||
<?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton(); ?>
|
<?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton(); ?>
|
||||||
<h1><?= $this->translate('Available documentations'); ?></h1>
|
<h1><?= $this->translate('Available documentations'); ?></h1>
|
||||||
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<ul>
|
<ul>
|
||||||
<li><?= $this->qlink(
|
<li><?= $this->qlink(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user