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