summaryrefslogtreecommitdiffstats
path: root/_UI/_web_interface/kraken_web_interface.py
diff options
context:
space:
mode:
Diffstat (limited to '_UI/_web_interface/kraken_web_interface.py')
-rwxr-xr-x_UI/_web_interface/kraken_web_interface.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/_UI/_web_interface/kraken_web_interface.py b/_UI/_web_interface/kraken_web_interface.py
index ce6b9a1..0a0edd6 100755
--- a/_UI/_web_interface/kraken_web_interface.py
+++ b/_UI/_web_interface/kraken_web_interface.py
@@ -723,14 +723,14 @@ def generate_config_page_layout(webInterface_inst):
dcc.Checklist(options=option , id="en_noise_source_ctr" , className="field-body", value=en_noise_src_values),
], className="field"),
html.H3("Squelch"),
- html.Div([
- html.Div("Enable DAQ Squelch (NOT ACTIVE):", className="field-label", id="label_en_squelch"),
- dcc.Checklist(options=option , id="en_squelch_mode" , className="field-body", value=en_squelch_values),
- ], className="field"),
- html.Div([
- html.Div("Initial Threshold:", className="field-label", id="label_squelch_init_threshold"),
- dcc.Input(id='cfg_squelch_init_th', value=daq_cfg_params[6], type='number', debounce=True, className="field-body")
- ], className="field"),
+ #html.Div([
+ # html.Div("Enable DAQ Squelch (NOT ACTIVE):", className="field-label", id="label_en_squelch"),
+ # dcc.Checklist(options=option , id="en_squelch_mode" , className="field-body", value=en_squelch_values),
+ #], className="field"),
+ #html.Div([
+ # html.Div("Initial Threshold:", className="field-label", id="label_squelch_init_threshold"),
+ # dcc.Input(id='cfg_squelch_init_th', value=daq_cfg_params[6], type='number', debounce=True, className="field-body")
+ #], className="field"),
html.H3("Pre Processing"),
html.Div([
html.Div("CPI Size [sample]:", className="field-label", id="label_cpi_size"),