Commit 59e76bc7 authored by vertighel's avatar vertighel
Browse files

input bugs

parent 66dc30f8
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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": [
@@ -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",
@@ -99,6 +103,7 @@
              {"label": "end", "status": "camera2-settings-xyend"},
            ]
        }) }}
        </section>

        {{ mode.imaging_panel() }}
        {{ mode.spectro_panel() }}