mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Show only member users for organization
Signed-off-by: Vismay Golwala <vgolwala@redhat.com>
This commit is contained in:
@@ -93,7 +93,7 @@ export default ['NotificationsList', 'i18n',
|
|||||||
name: 'users',
|
name: 'users',
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
awToolTip: i18n._('Please save before adding users.'),
|
awToolTip: i18n._('Please save before adding users.'),
|
||||||
basePath: 'api/v2/organizations/{{$stateParams.organization_id}}/access_list/',
|
basePath: 'api/v2/organizations/{{$stateParams.organization_id}}/users/',
|
||||||
search: {
|
search: {
|
||||||
order_by: 'username'
|
order_by: 'username'
|
||||||
},
|
},
|
||||||
@@ -118,13 +118,15 @@ export default ['NotificationsList', 'i18n',
|
|||||||
key: true,
|
key: true,
|
||||||
label: i18n._('User'),
|
label: i18n._('User'),
|
||||||
linkBase: 'users',
|
linkBase: 'users',
|
||||||
columnClass: 'col-sm-6'
|
columnClass: 'col-sm-4'
|
||||||
},
|
},
|
||||||
role: {
|
first_name: {
|
||||||
label: i18n._('Role'),
|
label: i18n._('First name'),
|
||||||
type: 'role',
|
columnClass: 'col-sm-4'
|
||||||
nosort: true,
|
},
|
||||||
columnClass: 'col-sm-6'
|
last_name: {
|
||||||
|
label: i18n._('Last name'),
|
||||||
|
columnClass: 'col-sm-4'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user