Add WIP prepend/previous on scroll

This commit is contained in:
gconsidine
2018-01-23 17:05:59 -05:00
committed by Jake McDermott
parent 745e547e34
commit cc36ee6bed
3 changed files with 172 additions and 152 deletions
+2 -2
View File
@@ -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'
},
}));