From 0be995a1082480da7bd230c6b65e86ff90b7840b Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 3 Dec 2018 16:26:32 +0200 Subject: [PATCH] user layout --- application/Espo/Resources/layouts/User/list.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/Espo/Resources/layouts/User/list.json b/application/Espo/Resources/layouts/User/list.json index 74acf06f4a..1958ea18f1 100644 --- a/application/Espo/Resources/layouts/User/list.json +++ b/application/Espo/Resources/layouts/User/list.json @@ -1,6 +1,7 @@ [ {"name":"name", "link": true}, - {"name":"userName", "width": 22}, - {"name":"emailAddress", "width": 22}, + {"name":"userName", "width": 20}, + {"name":"title", "width": 18}, + {"name":"emailAddress", "width": 20}, {"name":"isActive", "width": 10} ]