diff --git a/application/Espo/Modules/Crm/Resources/layouts/Contact/listSelect.json b/application/Espo/Modules/Crm/Resources/layouts/Contact/listSelect.json index 54d4fb3c2f..e0d4263ae7 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Contact/listSelect.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Contact/listSelect.json @@ -1,5 +1,5 @@ [ - {"name":"name","link":true, "width": "40"}, + {"name":"name", "link":true, "width": 40}, {"name":"account"}, {"name":"emailAddress", "notSortable": true} ] diff --git a/application/Espo/Resources/layouts/ActionHistoryRecord/listSmall.json b/application/Espo/Resources/layouts/ActionHistoryRecord/listSmall.json index bcadcb596e..1137059292 100644 --- a/application/Espo/Resources/layouts/ActionHistoryRecord/listSmall.json +++ b/application/Espo/Resources/layouts/ActionHistoryRecord/listSmall.json @@ -1,6 +1,6 @@ [ - {"name":"action", "width": "18", "notSortable": true}, - {"name":"targetType", "width": "20", "notSortable": true}, + {"name":"action", "width": 18, "notSortable": true}, + {"name":"targetType", "width": 20, "notSortable": true}, {"name":"target", "notSortable": true}, - {"name":"createdAt", "width": "18", "align": "right", "notSortable": true} -] \ No newline at end of file + {"name":"createdAt", "width": 18, "align": "right", "notSortable": true} +] diff --git a/application/Espo/Resources/layouts/AuthToken/list.json b/application/Espo/Resources/layouts/AuthToken/list.json index e24851b115..de70a1b06d 100644 --- a/application/Espo/Resources/layouts/AuthToken/list.json +++ b/application/Espo/Resources/layouts/AuthToken/list.json @@ -1,7 +1,7 @@ [ {"name":"user"}, - {"name":"isActive", "widthPx": "100"}, - {"name":"ipAddress", "width": "17"}, - {"name":"createdAt", "width": "19"}, - {"name":"lastAccess", "width": "19"} + {"name":"isActive", "widthPx": 100}, + {"name":"ipAddress", "width": 17}, + {"name":"createdAt", "width": 19}, + {"name":"lastAccess", "width": 19} ] diff --git a/application/Espo/Resources/layouts/AuthToken/listSmall.json b/application/Espo/Resources/layouts/AuthToken/listSmall.json index e24851b115..de70a1b06d 100644 --- a/application/Espo/Resources/layouts/AuthToken/listSmall.json +++ b/application/Espo/Resources/layouts/AuthToken/listSmall.json @@ -1,7 +1,7 @@ [ {"name":"user"}, - {"name":"isActive", "widthPx": "100"}, - {"name":"ipAddress", "width": "17"}, - {"name":"createdAt", "width": "19"}, - {"name":"lastAccess", "width": "19"} + {"name":"isActive", "widthPx": 100}, + {"name":"ipAddress", "width": 17}, + {"name":"createdAt", "width": 19}, + {"name":"lastAccess", "width": 19} ]