Commit d337a320de16c2a787e92c1cfc16b16db2153a3e

Authored by Elena.Budnik
1 parent bc0f89a8

new cmap1

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