mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Merge pull request #478 from mabashian/inv-completed-jobs-pagination-fix
Fixed inventory completed jobs pagination bug by setting default page size
This commit is contained in:
commit
e8b45d3be1
@ -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…
Reference in New Issue
Block a user