From 93ddb424a0858b6e434a66047d5bbcbcc8512008 Mon Sep 17 00:00:00 2001 From: Carl Laufer Date: Wed, 5 Jan 2022 12:17:32 +0000 Subject: squelch heading removal --- _UI/_web_interface/kraken_web_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_UI/_web_interface/kraken_web_interface.py b/_UI/_web_interface/kraken_web_interface.py index 0a0edd6..021fe26 100755 --- a/_UI/_web_interface/kraken_web_interface.py +++ b/_UI/_web_interface/kraken_web_interface.py @@ -722,7 +722,7 @@ def generate_config_page_layout(webInterface_inst): html.Div("Enable Noise Source Control:", className="field-label", id="label_en_noise_source_ctr"), dcc.Checklist(options=option , id="en_noise_source_ctr" , className="field-body", value=en_noise_src_values), ], className="field"), - html.H3("Squelch"), + #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), -- cgit v1.2.3