diff --git a/awx/ui/static/js/lists/InventoryGroups.js b/awx/ui/static/js/lists/InventoryGroups.js index f5ab0b4387..d7c0f9d972 100644 --- a/awx/ui/static/js/lists/InventoryGroups.js +++ b/awx/ui/static/js/lists/InventoryGroups.js @@ -81,7 +81,7 @@ export default actions: { launch: { mode: 'all', - // TODO: ngShow permissions + ngShow: 'inventory.can_run_ad_hoc_commands', ngClick: 'populateAdhocForm()', awToolTip: "Run a command on this inventory" // TODO: set up a tip watcher and change text based on when