From 9bdbfcc9d04bc6407e92cb846d44a647e944ca01 Mon Sep 17 00:00:00 2001 From: Benjamin Renard <benjamin.renard@akka.eu> Date: Thu, 10 Jun 2021 08:48:35 +0200 Subject: [PATCH] Set noise filtering as experimental --- js/app/views/PlotComponents/PlotBaseSerieForm.js | 2 +- js/app/views/PlotComponents/PlotSpectroForm.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app/views/PlotComponents/PlotBaseSerieForm.js b/js/app/views/PlotComponents/PlotBaseSerieForm.js index cb76adf..b607095 100644 --- a/js/app/views/PlotComponents/PlotBaseSerieForm.js +++ b/js/app/views/PlotComponents/PlotBaseSerieForm.js @@ -105,7 +105,7 @@ Ext.define('amdaPlotComp.PlotBaseSerieForm', { this.addStandardFieldSet('Symbols', 'serie-symbols-activated', this.addStandardSymbolsItems('serie-symbols')), this.addStandardFieldSet('Time ticks', 'serie-timetick-activated', this.getTimeTickItems()), this.addStandardFieldSet('Interval ticks', 'serie-intervaltick-activated', this.getIntervalTickItems()), - this.addStandardFieldSet('Filtering', 'filtering-activated', this.getFilteringItems()) + this.addStandardFieldSet('Filtering ( ! Experimental ! )', 'filtering-activated', this.getFilteringItems()) ]; } }); diff --git a/js/app/views/PlotComponents/PlotSpectroForm.js b/js/app/views/PlotComponents/PlotSpectroForm.js index 7225ad1..e31e8c3 100644 --- a/js/app/views/PlotComponents/PlotSpectroForm.js +++ b/js/app/views/PlotComponents/PlotSpectroForm.js @@ -49,7 +49,7 @@ Ext.define('amdaPlotComp.PlotSpectroForm', { me.object.set('spectro-normalization', value); } }), - this.addStandardFieldSet('Filtering', 'filtering-activated', this.getFilteringItems()) + this.addStandardFieldSet('Filtering ( ! Experimental ! )', 'filtering-activated', this.getFilteringItems()) ]; } }); -- libgit2 0.21.2