api: optimise pagination in API schema (#6478)
This commit is contained in:
@ -49,6 +49,8 @@ export class SystemTaskListPage extends TablePage<Task> {
|
||||
startIndex: 1,
|
||||
endIndex: tasks.length,
|
||||
current: page,
|
||||
next: 0,
|
||||
previous: 0,
|
||||
},
|
||||
results: tasks,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user