mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
[system admin] admin logs: fix
This commit is contained in:
@@ -16,16 +16,15 @@ define([
|
||||
|
||||
state: {
|
||||
firstPage: 1,
|
||||
pageSize: 100,
|
||||
pageSize: 100
|
||||
},
|
||||
|
||||
// Setting `null` as the value of any mapping
|
||||
// will remove it from the query string.
|
||||
// Setting a parameter mapping value to null removes it from the query string
|
||||
queryParams: {
|
||||
currentPage: "page",
|
||||
pageSize: "per_page",
|
||||
totalPages: null,
|
||||
totalRecords: null,
|
||||
totalRecords: null
|
||||
},
|
||||
|
||||
parseState: function (resp) {
|
||||
|
Reference in New Issue
Block a user