mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
user/show: Fix wrong class for the limiter and sort control container
This commit is contained in:
parent
ad16fffa94
commit
6fbae2d1c0
@ -43,7 +43,7 @@ use Icinga\Data\Selectable;
|
|||||||
</table>
|
</table>
|
||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<h2><?= $this->translate('Group Memberships'); ?></h2>
|
<h2><?= $this->translate('Group Memberships'); ?></h2>
|
||||||
<div class="grid">
|
<div class="sort-controls-container">
|
||||||
<?= $this->limiter; ?>
|
<?= $this->limiter; ?>
|
||||||
<?= $this->paginator; ?>
|
<?= $this->paginator; ?>
|
||||||
<?= $this->sortBox; ?>
|
<?= $this->sortBox; ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user