mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Merge pull request #7190 from mabashian/7163-manual-sources-list
Hide manual inventory sources from the source list
This commit is contained in:
commit
2460ade49d
@ -7,7 +7,8 @@ export default {
|
||||
inventory_source_search: {
|
||||
value: {
|
||||
page_size: "20",
|
||||
order_by: "name"
|
||||
order_by: "name",
|
||||
not__source: ""
|
||||
},
|
||||
dynamic: true,
|
||||
squash: ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user