mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-25 02:03:37 -05:00
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