Commit 5ccafda066267031af836682bbaaf329ea6324ad

Authored by Menouar AZIB
1 parent 7dd36700

Disbale in IHM the DFT momentarily

js/app/views/PlotComponents/plotFunction/FunctionType.js
... ... @@ -60,7 +60,9 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', {
60 60 item_type = {};
61 61 item_type[key_] = this.plotFunctionItems.type.values.dft;
62 62 item_type[name_] = this.plotFunctionItems.type.labels.dft;
63   - data_function_type.push(item_type);
  63 + // Disbale DFT
  64 + //data_function_type.push(item_type);
  65 +
64 66 item_type = {};
65 67 item_type[key_] = this.plotFunctionItems.type.values.sum;
66 68 item_type[name_] = this.plotFunctionItems.type.labels.sum;
... ...