increase page size to improve ux of loading large amounts of standard out

This commit is contained in:
John Mitchell 2017-01-09 12:26:13 -05:00
parent d46de8f20d
commit a1c0bd5dcd

View File

@ -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'
},