mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 22:28:38 -05:00
Add WIP prepend/previous on scroll
This commit is contained in:
committed by
Jake McDermott
parent
745e547e34
commit
cc36ee6bed
@@ -35,9 +35,9 @@ function JobsRun ($stateExtender, strings) {
|
||||
return new Jobs('get', id)
|
||||
.then(job => job.extend('job_events', {
|
||||
pageCache: true,
|
||||
pageLimit: 2,
|
||||
pageLimit: 4,
|
||||
params: {
|
||||
page_size: 1000,
|
||||
page_size: 100,
|
||||
order_by: 'start_line'
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user