mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 15:06:37 +08:00
refactor: Adjust the default page size for the file management list (#10225)
This commit is contained in:
parent
76933bc6ef
commit
592e315f21
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ const { searchableStatus, searchablePath, setSearchableInputRef, searchableInput
|
||||||
const paginationConfig = reactive({
|
const paginationConfig = reactive({
|
||||||
cacheSizeKey: 'file-page-size',
|
cacheSizeKey: 'file-page-size',
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
pageSize: Number(localStorage.getItem('file-page-size')) || 10,
|
pageSize: Number(localStorage.getItem('file-page-size')) || 100,
|
||||||
total: 0,
|
total: 0,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue