parent
13f8da254c
commit
4ea1e054e9
|
@ -5,16 +5,14 @@ use Icinga\Data\Reducible;
|
||||||
|
|
||||||
if (! $this->compact): ?>
|
if (! $this->compact): ?>
|
||||||
<div class="controls separated">
|
<div class="controls separated">
|
||||||
<?= $tabs; ?>
|
<?= $this->tabs ?>
|
||||||
<div class="grid">
|
<?= $this->paginator ?>
|
||||||
<?= $this->sortBox ?>
|
<div class="sort-controls-container">
|
||||||
<?= $this->limiter ?>
|
<?= $this->limiter ?>
|
||||||
<?= $this->paginator ?>
|
<?= $this->sortBox ?>
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<?= $this->backendSelection; ?>
|
|
||||||
<?= $this->filterEditor; ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
<?= $this->backendSelection ?>
|
||||||
|
<?= $this->filterEditor ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
|
@ -5,16 +5,14 @@ use Icinga\Data\Reducible;
|
||||||
|
|
||||||
if (! $this->compact): ?>
|
if (! $this->compact): ?>
|
||||||
<div class="controls separated">
|
<div class="controls separated">
|
||||||
<?= $tabs ?>
|
<?= $this->tabs ?>
|
||||||
<div class="grid">
|
<?= $this->paginator ?>
|
||||||
<?= $this->sortBox ?>
|
<div class="sort-controls-container">
|
||||||
<?= $this->limiter ?>
|
<?= $this->limiter ?>
|
||||||
<?= $this->paginator ?>
|
<?= $this->sortBox ?>
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<?= $this->backendSelection ?>
|
|
||||||
<?= $this->filterEditor ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
<?= $this->backendSelection ?>
|
||||||
|
<?= $this->filterEditor ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
Loading…
Reference in New Issue