Iterator is nested_host and not host

This commit is contained in:
mabashian 2017-08-23 11:35:06 -04:00
parent 51c3d77a92
commit 991e1916bf

View File

@ -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",