mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user