From 9a49122aef41ec7dde4a4b98ed7dacf8ba0fda6c Mon Sep 17 00:00:00 2001 From: Carl Laufer Date: Wed, 5 Jan 2022 12:07:21 +0000 Subject: remove unneeded daq squelch controlls --- _UI/_web_interface/kraken_web_interface.py | 16 ++++++++-------- 1 file 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"), -- cgit v1.2.3