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
1 changed files with 4 additions and 4 deletions

View File

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