mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Merge branch 'master' into feature/ldap-user-group-backend-7343
This commit is contained in:
commit
3b8ab42baf
@ -1,8 +1,8 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<?php foreach (/** @var \Icinga\Module\Doc\Renderer\DocSearchRenderer[] $searches */ $searches as $title => $search): ?>
|
<?php foreach (/** @var \Icinga\Module\Doc\Renderer\DocSearchRenderer[] $searches */ $searches as $title => $search): ?>
|
||||||
<?php if (! $search->isEmpty()): ?>
|
<h2><?= $this->escape($title) ?></h2>
|
||||||
<h1><?= $this->escape($title) ?></h1>
|
<?= $search->isEmpty()
|
||||||
<?= $search ?>
|
? $this->translate('No documentation found matching the filter')
|
||||||
<?php endif ?>
|
: $search ?>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user