mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Fixed org templates pagination by setting page_size
This commit is contained in:
@@ -235,7 +235,8 @@ export default [{
|
|||||||
template_search: {
|
template_search: {
|
||||||
value: {
|
value: {
|
||||||
or__project__organization: null,
|
or__project__organization: null,
|
||||||
or__inventory__organization: null
|
or__inventory__organization: null,
|
||||||
|
page_size: 20
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user