mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Fixed org templates pagination by setting page_size
This commit is contained in:
parent
57a4d60d58
commit
e41bbf5ebe
@ -235,7 +235,8 @@ export default [{
|
||||
template_search: {
|
||||
value: {
|
||||
or__project__organization: null,
|
||||
or__inventory__organization: null
|
||||
or__inventory__organization: null,
|
||||
page_size: 20
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user