mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Spacing, quick and dirty
This commit is contained in:
parent
2f61075260
commit
2f8c6a37d3
@ -1,8 +1,10 @@
|
||||
<div class="controls">
|
||||
<?= $this->tabs->render($this); ?>
|
||||
<div style="margin: 1em">
|
||||
<?= $this->filterBox->render($this); ?>
|
||||
<?= $this->sortControl->render($this); ?>
|
||||
<?= $this->selectionToolbar('single'); ?>
|
||||
<!--<?= $this->selectionToolbar('single'); ?>-->
|
||||
</div>
|
||||
<?= $this->paginationControl($history, null, null, array('preserve' => $this->preserve)); ?>
|
||||
</div>
|
||||
|
||||
|
@ -1,7 +1,9 @@
|
||||
<div class="controls">
|
||||
<?= $this->tabs ?>
|
||||
<div style="margin: 1em">
|
||||
<?= $this->sortControl->render($this) ?>
|
||||
<?= $this->selectionToolbar('single') ?>
|
||||
<!--<?= $this->selectionToolbar('single') ?>-->
|
||||
</div>
|
||||
<?= $this->paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user