mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Filter constructed inventory hosts from smart inventory host lookup
This commit is contained in:
@@ -84,6 +84,7 @@ const QS_CONFIG = getQSConfig(
|
|||||||
page: 1,
|
page: 1,
|
||||||
page_size: 5,
|
page_size: 5,
|
||||||
order_by: 'name',
|
order_by: 'name',
|
||||||
|
not__inventory__kind: 'constructed',
|
||||||
},
|
},
|
||||||
['id', 'page', 'page_size', 'inventory']
|
['id', 'page', 'page_size', 'inventory']
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user