Commit 71d652a1e7fe29ba26210805521af229b7102c1a

Authored by Elena.Budnik
1 parent a82e0206

rm 7828

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
js/app/models/PlotObjects/PlotObjectConfig.js
... ... @@ -330,8 +330,8 @@ Ext.define('amdaPlotObj.PlotObjectConfig', {
330 330 ],
331 331  
332 332 availableColorMaps : [
333   - {'key' : '0', 'value' : 'Default'},
334   - {'key' : '1', 'value' : 'Blue Red'},
  333 + {'key' : '0', 'value' : 'Blue Red'},
  334 + {'key' : '1', 'value' : 'Default'},
335 335 {'key' : '2', 'value' : 'Blue Yellow'},
336 336 {'key' : '3', 'value' : 'Grayscale'},
337 337 {'key' : '4', 'value' : 'AMDA Default'},
... ...