Commit 2b9202e6 authored by vertighel's avatar vertighel
Browse files

has gain

parent 4183cfa6
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@
      <h4 class="mt-2 mb-2">Teccam</h4>

      <section data-subsystem="teccam2">
        {{ ctrl.teccam_panel("spectro", "teccam2") }}
        {{ ctrl.teccam_panel("spectro", "teccam2", has_gain=True) }}
      </section>

      <h4 class="mt-2 mb-2">Guider</h4>
@@ -244,7 +244,7 @@
      <h4 class="mt-2 mb-2">Teccam</h4>

      <section data-subsystem="teccam3">
        {{ ctrl.teccam_panel("echelle", "teccam3") }}
        {{ ctrl.teccam_panel("echelle", "teccam3", has_gain=True) }}
      </section>

      <h4 class="mt-2 mb-2">Guider</h4>
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@
             id="teccam-gain-val-{{ panel_id }}"
             placeholder="1" step="1" min="0" max="24"
             data-load-from-storage="{{ cam_id }}-gain"
             {% if has_gain %}
             {% if not has_gain %}
             disabled
             {% endif %}
             >