mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
Hide manual inventory sources from the source list
This commit is contained in:
@@ -7,7 +7,8 @@ export default {
|
|||||||
inventory_source_search: {
|
inventory_source_search: {
|
||||||
value: {
|
value: {
|
||||||
page_size: "20",
|
page_size: "20",
|
||||||
order_by: "name"
|
order_by: "name",
|
||||||
|
not__source: ""
|
||||||
},
|
},
|
||||||
dynamic: true,
|
dynamic: true,
|
||||||
squash: ""
|
squash: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user