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