mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
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