mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Excluded Organization from Inventory list when inventory list displayed in a modal dialog.
This commit is contained in:
parent
dd89a82a2c
commit
daf8250f38
@ -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?',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user