parent
bd3d40d46d
commit
c7249eab0c
|
@ -4,12 +4,8 @@ use Icinga\Web\Widget\Chart\HistoryColorGrid;
|
||||||
|
|
||||||
if (! $this->compact): ?>
|
if (! $this->compact): ?>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $this->tabs; ?>
|
<?= $this->tabs ?>
|
||||||
<?= $this->sortBox; ?>
|
<?= $this->form ?>
|
||||||
<?= $this->limiter; ?>
|
|
||||||
<?= $this->paginator; ?>
|
|
||||||
<?= $this->filterEditor; ?>
|
|
||||||
<?= $form; ?>
|
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content" data-base-target="_next">
|
<div class="content" data-base-target="_next">
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
if (! $this->compact): ?>
|
if (! $this->compact): ?>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
<div class="grid">
|
<div class="sort-controls-container">
|
||||||
<?= $this->sortBox ?>
|
|
||||||
<?= $this->limiter ?>
|
<?= $this->limiter ?>
|
||||||
<?= $this->filterEditor ?>
|
<?= $this->sortBox ?>
|
||||||
</div>
|
</div>
|
||||||
|
<?= $this->filterEditor ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->partial(
|
<?= $this->partial(
|
||||||
|
|
Loading…
Reference in New Issue