mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
increase page size to improve ux of loading large amounts of standard out
This commit is contained in:
@@ -25,6 +25,7 @@ export default {
|
|||||||
params: {
|
params: {
|
||||||
job_event_search: {
|
job_event_search: {
|
||||||
value: {
|
value: {
|
||||||
|
page_size: 100,
|
||||||
order_by: 'id',
|
order_by: 'id',
|
||||||
not__event__in: 'playbook_on_start,playbook_on_play_start,playbook_on_task_start,playbook_on_stats'
|
not__event__in: 'playbook_on_start,playbook_on_play_start,playbook_on_task_start,playbook_on_stats'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user