doc/lib: Remove controls from the search view script
Otherwise the dashboard is broken when searching. refs #6630
This commit is contained in:
parent
924e67f2aa
commit
6c6c41a4f2
|
@ -1,6 +1,3 @@
|
|||
<div class="controls">
|
||||
<?= /** @type \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
|
||||
</div>
|
||||
<div class="content">
|
||||
<?php foreach (/** @type \Icinga\Module\Doc\Search\DocSearchRenderer[] $searches */ $searches as $title => $search): ?>
|
||||
<?php if (! $search->isEmpty()): ?>
|
||||
|
|
Loading…
Reference in New Issue