monitoring: Update controls markup in event views

refs #11145
This commit is contained in:
Eric Lippmann 2016-03-31 09:36:59 +02:00
parent bd3d40d46d
commit c7249eab0c
2 changed files with 5 additions and 9 deletions

View File

@ -4,12 +4,8 @@ use Icinga\Web\Widget\Chart\HistoryColorGrid;
if (! $this->compact): ?>
<div class="controls">
<?= $this->tabs; ?>
<?= $this->sortBox; ?>
<?= $this->limiter; ?>
<?= $this->paginator; ?>
<?= $this->filterEditor; ?>
<?= $form; ?>
<?= $this->tabs ?>
<?= $this->form ?>
</div>
<?php endif ?>
<div class="content" data-base-target="_next">

View File

@ -3,11 +3,11 @@
if (! $this->compact): ?>
<div class="controls">
<?= $this->tabs ?>
<div class="grid">
<?= $this->sortBox ?>
<div class="sort-controls-container">
<?= $this->limiter ?>
<?= $this->filterEditor ?>
<?= $this->sortBox ?>
</div>
<?= $this->filterEditor ?>
</div>
<?php endif ?>
<?= $this->partial(