From 87f1a84e0d314b38eb557e2377247fd39c0742ed Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 19 Dec 2017 12:55:11 +0200 Subject: [PATCH] layouts change --- .../Espo/Resources/layouts/EmailAccount/list.json | 9 +++++---- .../Espo/Resources/layouts/InboundEmail/list.json | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/application/Espo/Resources/layouts/EmailAccount/list.json b/application/Espo/Resources/layouts/EmailAccount/list.json index 21a0608971..407940d286 100644 --- a/application/Espo/Resources/layouts/EmailAccount/list.json +++ b/application/Espo/Resources/layouts/EmailAccount/list.json @@ -1,6 +1,7 @@ [ - {"name":"name","width":30,"link":true}, - {"name":"host"}, - {"name":"status"}, - {"name": "assignedUser"} + {"name":"name", "link":true}, + {"name":"status", "width": 15}, + {"name":"useImap", "width": 15}, + {"name":"useSmtp", "width": 15}, + {"name": "assignedUser", "width": 18} ] diff --git a/application/Espo/Resources/layouts/InboundEmail/list.json b/application/Espo/Resources/layouts/InboundEmail/list.json index ffee473b1f..49c7035026 100644 --- a/application/Espo/Resources/layouts/InboundEmail/list.json +++ b/application/Espo/Resources/layouts/InboundEmail/list.json @@ -1,6 +1,7 @@ [ - {"name":"name","width":30,"link":true}, - {"name":"host", "notSortable": true}, - {"name":"status"}, - {"name":"createCase", "notSortable": true} + {"name":"name","link":true}, + {"name":"status", "width": 15}, + {"name":"useImap", "width": 15}, + {"name":"useSmtp", "width": 15}, + {"name":"createCase", "width": 15} ]