forked from 0x2620/pandora
make user and group available in list view
This commit is contained in:
parent
1c8b5b4b48
commit
171c0b6095
1 changed files with 2 additions and 0 deletions
|
@ -794,12 +794,14 @@
|
|||
"id": "user",
|
||||
"title": "User",
|
||||
"type": "string",
|
||||
"columnWidth": 30,
|
||||
"capability": "canSeeMedia",
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "groups",
|
||||
"title": "Group",
|
||||
"columnWidth": 30,
|
||||
"type": ["string"]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue