monitoring: Update controls markup in service groups

refs #11145
This commit is contained in:
Eric Lippmann 2016-03-31 09:56:59 +02:00
parent 09892d5490
commit b3d382a3d4

View File

@ -2,11 +2,11 @@
if (! $this->compact): ?>
<div class="controls">
<?= $tabs ?>
<div class="grid">
<?= $this->sortBox ?>
<?= $this->limiter ?>
<?= $this->tabs ?>
<?= $this->paginator ?>
<div class="sort-controls-container">
<?= $this->limiter ?>
<?= $this->sortBox ?>
</div>
<?= $this->filterEditor ?>
</div>