From c04526dc11c615d3fa74f40e38ab408ef986cd27 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 30 Apr 2019 11:17:05 +0300 Subject: [PATCH] extension list layout fix --- application/Espo/Resources/layouts/Extension/list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Espo/Resources/layouts/Extension/list.json b/application/Espo/Resources/layouts/Extension/list.json index 2d3189ac60..297af7a9ee 100644 --- a/application/Espo/Resources/layouts/Extension/list.json +++ b/application/Espo/Resources/layouts/Extension/list.json @@ -1,6 +1,6 @@ [ - {"name":"name","width":35,"notSortable": true}, - {"name":"version","notSortable": true, "width":15}, + {"name":"name","width": 35,"notSortable": true}, + {"name":"version","notSortable": true, "width": 12}, {"name":"description","notSortable": true}, - {"name":"isInstalled","notSortable": true, "width":5} + {"name":"isInstalled","notSortable": true, "width": 8} ]