Loading noctua/web/pages/control.html +5 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ {{ ctrl.observing_mode_selector() }} <section id="mode-panel-imaging" class="mode-panel" data-subsystem="camera"> {{ w.widget_toggle({ "label": "Frame", "buttons": [ Loading @@ -85,6 +86,9 @@ {"label": "end", "status": "camera-settings-xyend"}, ] }) }} </section> <section id="mode-panel-spectro" class="mode-panel d-none" data-subsystem="camera2"> {{ w.widget_toggle({ "label": "Frame", Loading @@ -99,6 +103,7 @@ {"label": "end", "status": "camera2-settings-xyend"}, ] }) }} </section> {{ mode.imaging_panel() }} {{ mode.spectro_panel() }} Loading Loading
noctua/web/pages/control.html +5 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ {{ ctrl.observing_mode_selector() }} <section id="mode-panel-imaging" class="mode-panel" data-subsystem="camera"> {{ w.widget_toggle({ "label": "Frame", "buttons": [ Loading @@ -85,6 +86,9 @@ {"label": "end", "status": "camera-settings-xyend"}, ] }) }} </section> <section id="mode-panel-spectro" class="mode-panel d-none" data-subsystem="camera2"> {{ w.widget_toggle({ "label": "Frame", Loading @@ -99,6 +103,7 @@ {"label": "end", "status": "camera2-settings-xyend"}, ] }) }} </section> {{ mode.imaging_panel() }} {{ mode.spectro_panel() }} Loading