From 38f44b3e5f37ad160c0859a23d9a2a12358c1226 Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 16 Nov 2016 13:06:42 +0200 Subject: [PATCH] cases layout change --- .../Modules/Crm/Resources/layouts/Case/list.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/application/Espo/Modules/Crm/Resources/layouts/Case/list.json b/application/Espo/Modules/Crm/Resources/layouts/Case/list.json index 69afa467b1..b2b2f91736 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Case/list.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Case/list.json @@ -1,8 +1,8 @@ [ - {"name":"name","width":30,"link":true}, - {"name":"number","width":12}, - {"name":"status", "width":11}, - {"name":"priority", "width":11}, - {"name":"account"}, - {"name":"assignedUser"} + {"name":"name", "link": true}, + {"name":"number", "widthPx": 100}, + {"name":"status", "width": 11}, + {"name":"priority", "width": 11}, + {"name":"account", "width": 18}, + {"name":"assignedUser", "width": 14} ] \ No newline at end of file