mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 06:01:47 -05:00
Only display usable inventories for launch prompt
This commit is contained in:
@@ -21,6 +21,7 @@ const QS_CONFIG = getQSConfig('inventory', {
|
|||||||
page: 1,
|
page: 1,
|
||||||
page_size: 5,
|
page_size: 5,
|
||||||
order_by: 'name',
|
order_by: 'name',
|
||||||
|
role_level: 'use_role',
|
||||||
});
|
});
|
||||||
|
|
||||||
function InventoryStep({ warningMessage = null }) {
|
function InventoryStep({ warningMessage = null }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user