fix: show first 20 users only in admin view

This commit is contained in:
Andras Bacsai
2024-05-22 14:23:55 +02:00
parent 4d08147647
commit b6d129a5c1
2 changed files with 16 additions and 2 deletions

View File

@@ -25,5 +25,8 @@
@empty
<div>No users found other than the root.</div>
@endforelse
@if ($lots_of_users)
<div>There are more users than shown. Please use the search bar to find the user you are looking for.</div>
@endif
</div>
</div>