1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

Fix username links in Users > List view, kickback on #3805 (#3893)

This commit is contained in:
Leigh Johnson 2016-11-07 15:17:47 -05:00 committed by GitHub
parent 343966f744
commit 951906408e

View File

@ -33,6 +33,7 @@ export default
fields: {
username: {
key: true,
label: i18n._('Username'),
columnClass: 'col-md-3 col-sm-3 col-xs-9'
},