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.py2
1 files changed, 1 insertions, 1 deletions
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),