From ccbc9662820efd1d923275ffc1092146b78f00ff Mon Sep 17 00:00:00 2001 From: j Date: Thu, 20 Oct 2022 11:16:31 +0200 Subject: [PATCH] list view needs sort, increase columnwidth --- pandora/config.padma.jsonc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"] }, {