mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Excluded Organization from Inventory list when inventory list displayed in a modal dialog.
This commit is contained in:
@@ -30,7 +30,8 @@ angular.module('InventoriesListDefinition', [])
|
|||||||
label: 'Organization',
|
label: 'Organization',
|
||||||
ngBind: 'inventory.summary_fields.organization.name',
|
ngBind: 'inventory.summary_fields.organization.name',
|
||||||
sourceModel: 'organization',
|
sourceModel: 'organization',
|
||||||
sourceField: 'name'
|
sourceField: 'name',
|
||||||
|
excludeModal: true
|
||||||
},
|
},
|
||||||
has_active_failures: {
|
has_active_failures: {
|
||||||
label: 'Failed Jobs?',
|
label: 'Failed Jobs?',
|
||||||
|
|||||||
Reference in New Issue
Block a user