mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
increase page size to improve ux of loading large amounts of standard out
This commit is contained in:
parent
d46de8f20d
commit
a1c0bd5dcd
@ -25,6 +25,7 @@ export default {
|
||||
params: {
|
||||
job_event_search: {
|
||||
value: {
|
||||
page_size: 100,
|
||||
order_by: 'id',
|
||||
not__event__in: 'playbook_on_start,playbook_on_play_start,playbook_on_task_start,playbook_on_stats'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user