mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
6dedb48444
commit
05b7c3aa6a
@ -1,6 +1,6 @@
|
|||||||
<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): ?>
|
||||||
<h1><?= $this->escape($title) ?></h1>
|
<h2><?= $this->escape($title) ?></h2>
|
||||||
<?= $search->isEmpty()
|
<?= $search->isEmpty()
|
||||||
? $this->translate('No documentation found matching the filter')
|
? $this->translate('No documentation found matching the filter')
|
||||||
: $search ?>
|
: $search ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user