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