mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Fixed sorting on a few related lists
This commit is contained in:
parent
32622add2c
commit
d8262e131a
@ -54,6 +54,7 @@ export default
|
||||
|
||||
related: {
|
||||
users: {
|
||||
name: 'users',
|
||||
dataPlacement: 'top',
|
||||
awToolTip: i18n._('Please save before adding users'),
|
||||
basePath: 'api/v1/organizations/{{$stateParams.organization_id}}/access_list/',
|
||||
|
||||
@ -65,6 +65,7 @@ export default
|
||||
|
||||
related: {
|
||||
users: {
|
||||
name: 'users',
|
||||
dataPlacement: 'top',
|
||||
awToolTip: i18n._('Please save before adding users'),
|
||||
basePath: 'api/v1/teams/{{$stateParams.team_id}}/access_list/',
|
||||
|
||||
@ -119,6 +119,7 @@ export default
|
||||
|
||||
related: {
|
||||
organizations: {
|
||||
name: 'organizations',
|
||||
awToolTip: i18n._('Please save before assigning to organizations'),
|
||||
basePath: 'api/v1/users/{{$stateParams.user_id}}/organizations',
|
||||
emptyListText: i18n._('Please add user to an Organization.'),
|
||||
@ -146,6 +147,7 @@ export default
|
||||
//hideOnSuperuser: true // RBAC defunct
|
||||
},
|
||||
teams: {
|
||||
name: 'teams',
|
||||
awToolTip: i18n._('Please save before assigning to teams'),
|
||||
basePath: 'api/v1/users/{{$stateParams.user_id}}/teams',
|
||||
search: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user