mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 22:28:38 -05:00
Add dynamic angular interaction after HTML insertion
This commit is contained in:
committed by
Jake McDermott
parent
aaec3474b0
commit
0a66d1c3fc
@@ -30,7 +30,7 @@ function JobsRun ($stateExtender, strings) {
|
||||
return new Jobs('get', id)
|
||||
.then(job => job.extend('job_events', {
|
||||
params: {
|
||||
page_size: 200,
|
||||
page_size: 10000,
|
||||
order_by: 'start_line'
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user