Loading noctua/web/pages/control.html +8 −8 Original line number Diff line number Diff line Loading @@ -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"> Loading @@ -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 --> Loading Loading
noctua/web/pages/control.html +8 −8 Original line number Diff line number Diff line Loading @@ -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"> Loading @@ -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 --> Loading