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