mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Fixed inventory completed jobs pagination bug by setting default page size
This commit is contained in:
parent
0b11a0d642
commit
8a8a064821
@ -5,6 +5,7 @@ export default {
|
||||
params: {
|
||||
completed_job_search: {
|
||||
value: {
|
||||
page_size: '20',
|
||||
or__job__inventory:"",
|
||||
or__adhoccommand__inventory:"",
|
||||
or__inventoryupdate__inventory_source__inventory:"",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user