Commit 822d60fec19bd9ad5fe89e0d2135bf46ec7292e5
1 parent
33db0a91
Exists in
master
and in
112 other branches
improve services grid UI
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/views/EpnTapUI.js
@@ -478,8 +478,8 @@ Ext.define('amdaUI.EpnTapUI', { | @@ -478,8 +478,8 @@ Ext.define('amdaUI.EpnTapUI', { | ||
478 | store: Ext.data.StoreManager.lookup('servicesStore'), | 478 | store: Ext.data.StoreManager.lookup('servicesStore'), |
479 | flex: 1, | 479 | flex: 1, |
480 | columns: [ | 480 | columns: [ |
481 | - {text: 'Name', dataIndex: 'short_name', flex: 3}, | ||
482 | - {text: 'nb results', dataIndex: 'nb_results', flex: 2, renderer: nbResRender} | 481 | + {text: 'Name', dataIndex: 'short_name', flex: 1}, |
482 | + {text: 'Nb res.', dataIndex: 'nb_results', width: 50, renderer: nbResRender} | ||
483 | ], | 483 | ], |
484 | viewConfig: { | 484 | viewConfig: { |
485 | getRowClass: function(record, index) { | 485 | getRowClass: function(record, index) { |