list view needs sort, increase columnwidth

This commit is contained in:
j 2022-10-20 11:16:31 +02:00
parent 171c0b6095
commit ccbc966282

View file

@ -794,14 +794,16 @@
"id": "user",
"title": "User",
"type": "string",
"columnWidth": 30,
"columnWidth": 90,
"capability": "canSeeMedia",
"sort": true,
"find": true
},
{
"id": "groups",
"title": "Group",
"columnWidth": 30,
"columnWidth": 90,
"sort": true,
"type": ["string"]
},
{