mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
fixing linkage to user on inventories.permissions
it was plain text instead of being a link to the user
This commit is contained in:
committed by
Jared Tabor
parent
570b7fde88
commit
8013f352ce
@@ -112,6 +112,7 @@ export default ['i18n', function(i18n) {
|
|||||||
},
|
},
|
||||||
fields: {
|
fields: {
|
||||||
username: {
|
username: {
|
||||||
|
key: true,
|
||||||
label: i18n._('User'),
|
label: i18n._('User'),
|
||||||
linkBase: 'users',
|
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user