diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index c0013f9c5..bd8534ac7 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -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"] }, {