mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
group/show: Fix wrong class for the limiter and sort control container
This commit is contained in:
parent
4f507d9672
commit
ad16fffa94
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ if ($this->hasPermission('config/authentication/groups/edit') && $backend instan
|
|||
</table>
|
||||
<?php if (! $this->compact): ?>
|
||||
<h2><?= $this->translate('Members'); ?></h2>
|
||||
<div class="grid">
|
||||
<div class="sort-controls-container">
|
||||
<?= $this->limiter; ?>
|
||||
<?= $this->paginator; ?>
|
||||
<?= $this->sortBox; ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue