mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Only display usable inventories for launch prompt
This commit is contained in:
parent
2de5ffc8d9
commit
5e0eb5ab97
@ -21,6 +21,7 @@ const QS_CONFIG = getQSConfig('inventory', {
|
||||
page: 1,
|
||||
page_size: 5,
|
||||
order_by: 'name',
|
||||
role_level: 'use_role',
|
||||
});
|
||||
|
||||
function InventoryStep({ warningMessage = null }) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user