Merge pull request #13635 from marshmalien/13607-filter-host-lookup

Filter out constructed inventory hosts from smart host filter
This commit is contained in:
Alex Corey
2023-03-08 11:54:15 -05:00
committed by GitHub

View File

@@ -84,6 +84,7 @@ const QS_CONFIG = getQSConfig(
page: 1,
page_size: 5,
order_by: 'name',
not__inventory__kind: 'constructed',
},
['id', 'page', 'page_size', 'inventory']
);