forked from 0x2620/pandora
list view needs sort, increase columnwidth
This commit is contained in:
parent
171c0b6095
commit
ccbc966282
1 changed files with 4 additions and 2 deletions
|
@ -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"]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue