Increase users shown per page to 30

This commit is contained in:
Classic298 2025-05-09 13:00:42 +02:00 committed by GitHub
parent 947f5e840e
commit 220d35ebcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -521,7 +521,7 @@
{$i18n.t("Click on the user role button to change a user's role.")}
</div>
<Pagination bind:page count={total} perPage={10} />
<Pagination bind:page count={total} perPage={30} />
{#if !$config?.license_metadata}
{#if total > 50}