Commit 922a42ea3e5f0913f1e9e802ec13bdb8448309e5

Authored by Hacene SI HADJ MOHAND
1 parent ca3ab5ec

correcting bugs

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
js/app/views/CatalogUI.js
... ... @@ -217,7 +217,7 @@ Ext.define('amdaUI.CatalogUI', {
217 217 }
218 218 });
219 219 }
220   - }},);
  220 + }});
221 221 columns[4] = Ext.create('Ext.grid.column.Column', { text: 'Duration (Min)', sortable : true, dataIndex: 'durationMin',
222 222 width : 120, menuDisabled: false,
223 223 hidden:false,
... ... @@ -267,7 +267,7 @@ Ext.define('amdaUI.CatalogUI', {
267 267  
268 268 Ext.Array.each(result.parameters, function(obj)
269 269 {
270   - index = 'param'+(i-1).toString();
  270 + index = 'param'+(i-4).toString();
271 271  
272 272 fields[i+2] = Ext.create('Ext.data.Field',{ name : index });
273 273  
... ...