Loading noctua/web/pages/control.html +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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> Loading noctua/web/pages/macros/control_panel.html +1 −1 Original line number Diff line number Diff line Loading @@ -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 %} > Loading Loading
noctua/web/pages/control.html +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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> Loading
noctua/web/pages/macros/control_panel.html +1 −1 Original line number Diff line number Diff line Loading @@ -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 %} > Loading