From 5e0eb5ab978ff15477bf835e0ccfafb80b36f87e Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Fri, 28 Jan 2022 16:13:19 -0500 Subject: [PATCH] Only display usable inventories for launch prompt --- awx/ui/src/components/LaunchPrompt/steps/InventoryStep.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/src/components/LaunchPrompt/steps/InventoryStep.js b/awx/ui/src/components/LaunchPrompt/steps/InventoryStep.js index 7ee3c5b834..494e54e815 100644 --- a/awx/ui/src/components/LaunchPrompt/steps/InventoryStep.js +++ b/awx/ui/src/components/LaunchPrompt/steps/InventoryStep.js @@ -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 }) {