mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Added org column to custom inv scripts list
I added the organization column to the custom inventory scripts list on the scripts modal
This commit is contained in:
parent
5eb4b59745
commit
4a0afd97b0
@ -32,8 +32,17 @@ angular.module('CustomInventoryListDefinition', [])
|
||||
description: {
|
||||
label: 'Description',
|
||||
excludeModal: true,
|
||||
columnClass: 'col-md-5 hidden-sm hidden-xs'
|
||||
columnClass: 'col-md-4 hidden-sm hidden-xs'
|
||||
},
|
||||
organization: {
|
||||
label: 'Organization',
|
||||
ngBind: 'custom_inventory.summary_fields.organization.name',
|
||||
// linkTo: '/#/organizations/{{ custom_inventory.organization }}',
|
||||
sourceModel: 'organization',
|
||||
sourceField: 'name',
|
||||
excludeModal: true,
|
||||
columnClass: 'col-md-4 hidden-sm hidden-xs'
|
||||
}
|
||||
},
|
||||
|
||||
actions: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user