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