mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
parent
28e639bde1
commit
0551133291
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user