list/servicegrid: Push sort control to the right
That's where all of our sort controls are located. Confuses users like me otherwise and violates one of the basic ui design principles.. refs #2640
This commit is contained in:
parent
9ce5e2aa60
commit
e6cb82b34b
|
@ -6,7 +6,9 @@ use Icinga\Web\Url;
|
|||
if (! $this->compact): ?>
|
||||
<div class="controls">
|
||||
<?= $this->tabs ?>
|
||||
<?= $this->sortBox ?>
|
||||
<div class="sort-controls-container">
|
||||
<?= $this->sortBox ?>
|
||||
</div>
|
||||
<?= $this->filterEditor ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
|
|
Loading…
Reference in New Issue