mirror of
https://github.com/open-webui/open-webui
synced 2025-06-16 11:23:56 +00:00
Increase users shown per page to 30
This commit is contained in:
parent
947f5e840e
commit
220d35ebcb
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user