mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02: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:
@@ -32,8 +32,17 @@ angular.module('CustomInventoryListDefinition', [])
|
|||||||
description: {
|
description: {
|
||||||
label: 'Description',
|
label: 'Description',
|
||||||
excludeModal: true,
|
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: {
|
actions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user