user/show: Fix wrong class for the limiter and sort control container

This commit is contained in:
Johannes Meyer 2019-07-26 14:16:49 +02:00
parent ad16fffa94
commit 6fbae2d1c0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ use Icinga\Data\Selectable;
</table>
<?php if (! $this->compact): ?>
<h2><?= $this->translate('Group Memberships'); ?></h2>
<div class="grid">
<div class="sort-controls-container">
<?= $this->limiter; ?>
<?= $this->paginator; ?>
<?= $this->sortBox; ?>