Filter constructed inventory hosts from smart inventory host lookup

This commit is contained in:
Marliana Lara
2023-02-28 16:03:35 -05:00
parent 8e5eff2877
commit 393265171a

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']
);