Skip to content
Snippets Groups Projects
Unverified Commit 3bd53996 authored by Noa Peters's avatar Noa Peters Committed by GitHub
Browse files

Update gui.py

Included 3C380 in dropdown menu in Calibrators
parent 30b9e3d0
No related branches found
No related tags found
1 merge request!11LUCI IF Update
...@@ -280,7 +280,8 @@ calList = dbc.FormGroup([ ...@@ -280,7 +280,8 @@ calList = dbc.FormGroup([
{'label':'3C48', 'value':'3C48'}, {'label':'3C48', 'value':'3C48'},
{'label':'3C147', 'value':'3C147'}, {'label':'3C147', 'value':'3C147'},
{'label':'3C196', 'value':'3C196'}, {'label':'3C196', 'value':'3C196'},
{'label':'3C295', 'value':'3C295'} {'label':'3C295', 'value':'3C295'},
{'label':'3C380', 'value':'3C380'}
], searchable=True, clearable=True, ], searchable=True, clearable=True,
id='calListRow', multi=True id='calListRow', multi=True
), width=dropWidth ), width=dropWidth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment