From 034e532e053f0daa12dd4debc456c5b25fb222bd Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 19 Feb 2016 17:34:35 +0200 Subject: [PATCH] change contact list layout --- .../Espo/Modules/Crm/Resources/layouts/Contact/list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Espo/Modules/Crm/Resources/layouts/Contact/list.json b/application/Espo/Modules/Crm/Resources/layouts/Contact/list.json index ce4f469d60..eea7d3c6dc 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Contact/list.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Contact/list.json @@ -1,6 +1,6 @@ [ - {"name":"name","width":25,"link":true}, + {"name":"name", "link":true}, {"name":"account","width":25}, - {"name":"emailAddress", "notSortable": true}, - {"name":"phoneNumber", "notSortable": true} + {"name":"emailAddress", "notSortable": true, "width": 20}, + {"name":"phoneNumber", "notSortable": true, "width": 18} ]