Add basic FontAwesome support to new Vue.js table grid

i.e. for sortable column icons
This commit is contained in:
Lance Edgar 2018-11-27 00:57:38 -06:00
parent 02528aecc7
commit 875f520710
2 changed files with 35 additions and 9 deletions

View file

@ -44,6 +44,7 @@ class UserView(APIMasterView):
return {
'username': user.username,
'person': six.text_type(user.person or ''),
'active': user.active,
}
@view(permission='users.list')