KEYCLOAK-960 Fix pagination of app sessions
This commit is contained in:
parent
7ccea2bd10
commit
e4b7dd2df3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<th>Session Start</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot data-ng-show="sessions && sessions.length > 5">
|
||||
<tfoot data-ng-show="sessions && (sessions.length >= 5 || query.first != 0)">
|
||||
<tr>
|
||||
<td colspan="7">
|
||||
<div class="table-nav">
|
||||
|
|
Loading…
Reference in a new issue