monitoring: Update controls markup in host groups

refs #11145
This commit is contained in:
Eric Lippmann 2016-03-31 09:40:54 +02:00
parent 28e639bde1
commit 0551133291

View File

@ -1,13 +1,13 @@
<?php <?php
use Icinga\Module\Monitoring\Web\Widget\StateBadges; use Icinga\Module\Monitoring\Web\Widget\StateBadges;
/** @var \Icinga\Module\Monitoring\DataView\Hostgroup $hostgroups */
if (! $this->compact): ?> if (! $this->compact): ?>
<div class="controls"> <div class="controls">
<?= $tabs ?> <?= $this->tabs ?>
<div class="grid"> <?= $this->paginator ?>
<div class="sort-controls-container">
<?= $this->sortBox ?> <?= $this->sortBox ?>
<?= $this->limiter ?> <?= $this->limiter ?>
<?= $this->paginator ?>
</div> </div>
<?= $this->filterEditor ?> <?= $this->filterEditor ?>
</div> </div>