diff --git a/js/app/views/EpnTapUI.js b/js/app/views/EpnTapUI.js index 8af726d..7ad4bad 100644 --- a/js/app/views/EpnTapUI.js +++ b/js/app/views/EpnTapUI.js @@ -478,8 +478,8 @@ Ext.define('amdaUI.EpnTapUI', { store: Ext.data.StoreManager.lookup('servicesStore'), flex: 1, columns: [ - {text: 'Name', dataIndex: 'short_name', flex: 3}, - {text: 'nb results', dataIndex: 'nb_results', flex: 2, renderer: nbResRender} + {text: 'Name', dataIndex: 'short_name', flex: 1}, + {text: 'Nb res.', dataIndex: 'nb_results', width: 50, renderer: nbResRender} ], viewConfig: { getRowClass: function(record, index) { -- libgit2 0.21.2