fixing linkage to user on inventories.permissions

it was plain text instead of being a link to the user
This commit is contained in:
jaredevantabor 2017-04-07 12:44:04 -07:00 committed by Jared Tabor
parent 570b7fde88
commit 8013f352ce

View File

@ -112,6 +112,7 @@ export default ['i18n', function(i18n) {
},
fields: {
username: {
key: true,
label: i18n._('User'),
linkBase: 'users',
class: 'col-lg-3 col-md-3 col-sm-3 col-xs-4'