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} ]