mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #1958 from marshmalien/fix/1949-proj-permissions-users-link
Fix project permissions user link
This commit is contained in:
commit
b5cb4e8290
@ -261,8 +261,9 @@ export default ['i18n', 'NotificationsList', 'TemplateList',
|
||||
|
||||
fields: {
|
||||
username: {
|
||||
key: true,
|
||||
label: i18n._('User'),
|
||||
uiSref: 'users({user_id: field.id})',
|
||||
linkBase: 'users',
|
||||
class: 'col-lg-3 col-md-3 col-sm-3 col-xs-4'
|
||||
},
|
||||
role: {
|
||||
|
Loading…
Reference in New Issue
Block a user