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">
|
||||
<?= $this->tabs->render($this); ?>
|
||||
<div class="fake-controls">
|
||||
<br />
|
||||
<?= $form ?>
|
||||
</div>
|
||||
<br />
|
||||
<?php if (! $this->filterEditor): ?>
|
||||
<?= $this->filterPreview ?>
|
||||
<?php endif ?>
|
||||
<?= $this->filterEditor ?>
|
||||
</div>
|
||||
<? endif; ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue