diff --git a/awx/ui/client/src/inventories/inventory.list.js b/awx/ui/client/src/inventories/inventory.list.js index 7535a31cce..52cf848d7b 100644 --- a/awx/ui/client/src/inventories/inventory.list.js +++ b/awx/ui/client/src/inventories/inventory.list.js @@ -93,7 +93,7 @@ export default ['i18n', function(i18n) { mode: 'all', ngClick: 'syncInventory(inventory)', awToolTip: i18n._('Sync all inventory sources'), - ngShow: "inventory.kind === ''", + ngShow: "inventory.kind === '' && inventory.has_inventory_sources", dataPlacement: "top", }, edit: {