Remove the filter box from the event grid because it has no value

refs #6979
This commit is contained in:
Eric Lippmann 2014-11-15 12:16:10 +01:00
parent 9c077a5eef
commit 3dc9b5bde8
1 changed files with 1 additions and 7 deletions

View File

@ -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; ?>