mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Merge branch 'develop' into wip/1.2
This commit is contained in:
commit
82f727dab1
@ -22,3 +22,15 @@ columns:
|
||||
valueFrom: count
|
||||
default: 0
|
||||
sortable: false
|
||||
|
||||
created_at:
|
||||
label: backend::lang.user.created_at
|
||||
searchable: true
|
||||
invisible: true
|
||||
type: datetime
|
||||
|
||||
updated_at:
|
||||
label: backend::lang.user.updated_at
|
||||
searchable: true
|
||||
invisible: true
|
||||
type: datetime
|
||||
|
@ -14,7 +14,7 @@ columns:
|
||||
|
||||
description:
|
||||
label: backend::lang.user.role.description_field
|
||||
searchable: yes
|
||||
searchable: true
|
||||
|
||||
users_count:
|
||||
label: backend::lang.user.role.users_count
|
||||
@ -22,3 +22,15 @@ columns:
|
||||
valueFrom: count
|
||||
default: 0
|
||||
sortable: false
|
||||
|
||||
created_at:
|
||||
label: backend::lang.user.created_at
|
||||
searchable: true
|
||||
invisible: true
|
||||
type: datetime
|
||||
|
||||
updated_at:
|
||||
label: backend::lang.user.updated_at
|
||||
searchable: true
|
||||
invisible: true
|
||||
type: datetime
|
||||
|
Loading…
x
Reference in New Issue
Block a user