mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Merge pull request #3228 from kensible/3193-teams-permissions
Included org in teams listing for differentiation
This commit is contained in:
commit
ef32b57267
@ -21,6 +21,13 @@
|
||||
key: true,
|
||||
label: 'name'
|
||||
},
|
||||
organization: {
|
||||
label: 'organization',
|
||||
ngBind: 'team.summary_fields.organization.name',
|
||||
sourceModel: 'organization',
|
||||
sourceField: 'name',
|
||||
searchable: true
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user