From 33b9f0cf19cfab77ff321a1ba0b81f154a1de1cd Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 12 Oct 2024 13:13:32 +0300 Subject: [PATCH] layout change --- .../Espo/Resources/layouts/GroupEmailFolder/list.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/application/Espo/Resources/layouts/GroupEmailFolder/list.json b/application/Espo/Resources/layouts/GroupEmailFolder/list.json index 79f947a1e6..c672b65ed8 100644 --- a/application/Espo/Resources/layouts/GroupEmailFolder/list.json +++ b/application/Espo/Resources/layouts/GroupEmailFolder/list.json @@ -3,5 +3,10 @@ "name": "name", "link": true, "notSortable": true + }, + { + "name": "teams", + "notSortable": true, + "width": 50 } ]