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:
Johannes Meyer 2018-05-02 13:46:07 +02:00
parent 9ce5e2aa60
commit e6cb82b34b
1 changed files with 3 additions and 1 deletions

View File

@ -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 ?>