mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-18 00:55:53 +08:00
Merge pull request #13730 from Classic298/dev
feat: Increase default users per page in admin panel to 30
This commit is contained in:
commit
616e9e2760
@ -34,7 +34,7 @@ router = APIRouter()
|
||||
############################
|
||||
|
||||
|
||||
PAGE_ITEM_COUNT = 10
|
||||
PAGE_ITEM_COUNT = 30
|
||||
|
||||
|
||||
@router.get("/", response_model=UserListResponse)
|
||||
|
@ -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…
x
Reference in New Issue
Block a user