Add the user's role to the columns
This commit is contained in:
parent
f739e457e4
commit
46205298df
|
|
@ -35,6 +35,13 @@ columns:
|
|||
select: name
|
||||
sortable: false
|
||||
|
||||
role:
|
||||
label: backend::lang.user.role.name
|
||||
relation: role
|
||||
select: name
|
||||
sortable: true
|
||||
searchable: true
|
||||
|
||||
last_login:
|
||||
label: backend::lang.user.last_login
|
||||
searchable: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue