monitoring: Update controls markup in downtimes

refs #11145
This commit is contained in:
Eric Lippmann 2016-03-31 09:28:18 +02:00
parent 40e1c96df0
commit f135e4d0d2
1 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@ use Icinga\Module\Monitoring\Object\Host;
use Icinga\Module\Monitoring\Object\Service;
if (! $this->compact): ?>
<div class="controls separated">
<div class="controls">
<?= $tabs ?>
<?= $this->render('list/components/selectioninfo.phtml') ?>
<div class="grid">
<?= $this->sortBox ?>
<?= $this->paginator ?>
<div class="sort-controls-container">
<?= $this->limiter ?>
<?= $this->paginator ?>
<?= $this->sortBox ?>
</div>
<?= $this->filterEditor ?>
</div>