mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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…
x
Reference in New Issue
Block a user