Excluded Organization from Inventory list when inventory list displayed in a modal dialog.

This commit is contained in:
chouseknecht 2013-07-31 17:27:41 -04:00
parent dd89a82a2c
commit daf8250f38

View File

@ -30,7 +30,8 @@ angular.module('InventoriesListDefinition', [])
label: 'Organization',
ngBind: 'inventory.summary_fields.organization.name',
sourceModel: 'organization',
sourceField: 'name'
sourceField: 'name',
excludeModal: true
},
has_active_failures: {
label: 'Failed Jobs?',