mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-19 23:33:37 -05:00
Merge pull request #13635 from marshmalien/13607-filter-host-lookup
Filter out constructed inventory hosts from smart host filter
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