mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 00:11:50 -05:00
Fixed inventory completed jobs pagination bug by setting default page size
This commit is contained in:
@@ -5,6 +5,7 @@ export default {
|
|||||||
params: {
|
params: {
|
||||||
completed_job_search: {
|
completed_job_search: {
|
||||||
value: {
|
value: {
|
||||||
|
page_size: '20',
|
||||||
or__job__inventory:"",
|
or__job__inventory:"",
|
||||||
or__adhoccommand__inventory:"",
|
or__adhoccommand__inventory:"",
|
||||||
or__inventoryupdate__inventory_source__inventory:"",
|
or__inventoryupdate__inventory_source__inventory:"",
|
||||||
|
|||||||
Reference in New Issue
Block a user