diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js index f2cadaf54b..1bf4c01fa5 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js @@ -21,7 +21,7 @@ export default ['i18n', function(i18n) { fields: { toggleHost: { - ngDisabled: '!nested_host.summary_fields.user_capabilities.edit || host.has_inventory_sources', + ngDisabled: '!nested_host.summary_fields.user_capabilities.edit || nested_host.has_inventory_sources', label: '', columnClass: 'List-staticColumn--toggle', type: "toggle",