mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Remove the filter box from the event grid because it has no value
refs #6979
This commit is contained in:
parent
9c077a5eef
commit
3dc9b5bde8
@ -4,18 +4,12 @@ use Icinga\Web\Widget\Chart\HistoryColorGrid;
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
<? if (!$compact): ?>
|
<? if (! $compact): ?>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $this->tabs->render($this); ?>
|
<?= $this->tabs->render($this); ?>
|
||||||
<div class="fake-controls">
|
<div class="fake-controls">
|
||||||
<br />
|
|
||||||
<?= $form ?>
|
<?= $form ?>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
|
||||||
<?php if (! $this->filterEditor): ?>
|
|
||||||
<?= $this->filterPreview ?>
|
|
||||||
<?php endif ?>
|
|
||||||
<?= $this->filterEditor ?>
|
|
||||||
</div>
|
</div>
|
||||||
<? endif; ?>
|
<? endif; ?>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user