Commit 53d52da1 authored by vertighel's avatar vertighel
Browse files

fix: guider_panel macros inside correct mode sections in control.html

parent c9cd3f9c
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -156,6 +156,12 @@
      
      <h4 class="mt-2 mb-2">Guider</h4>

      {{ ctrl.guider_panel("imaging",
                           [("cam","scicam","ctrl-combo1-sci"),
                            ("teccam","teccam","ctrl-combo1-tec")],
                           "camera",
                           has_actuator_select=True) }}

    </section>

    <section id="mode-panel-spectro" class="mode-panel d-none" data-subsystem="camera2">
@@ -170,18 +176,12 @@
      
      <h4 class="mt-2 mb-2">Guider</h4>

    </section>

      {{ ctrl.guider_panel("imaging",
                           [("cam","scicam","ctrl-combo1-sci"),
                            ("teccam","teccam","ctrl-combo1-tec")],
                           "camera",
                           has_actuator_select=True) }}

      {{ ctrl.guider_panel("spectro",
                           [("teccam2","teccam2","ctrl-combo2-tec")],
                           "camera2") }}

    </section>

  </article>

  <!-- RIGHT: Monitors -->