1
0
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:
Marliana Lara 2018-05-25 14:10:46 -04:00 committed by GitHub
commit b5cb4e8290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {