mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
Included org in teams listing for differentiation
This commit is contained in:
@@ -21,6 +21,13 @@
|
|||||||
key: true,
|
key: true,
|
||||||
label: 'name'
|
label: 'name'
|
||||||
},
|
},
|
||||||
|
organization: {
|
||||||
|
label: 'organization',
|
||||||
|
ngBind: 'team.summary_fields.organization.name',
|
||||||
|
sourceModel: 'organization',
|
||||||
|
sourceField: 'name',
|
||||||
|
searchable: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user