Loading noctua/web/pages/init.html +2 −2 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ }) }} {{ w.widget_input({ "label": "Temp 1", "label": "Temp_1", "inputs": [{"value": -10}], "unit": "°C", "buttons": [{"label": "Set", "endpoint": "/camera/cooler/temperature/setpoint", "method": "PUT"}], Loading Loading @@ -225,7 +225,7 @@ }) }} {{ w.widget_input({ "label": "Temp 2", "label": "Temp_2", "inputs": [{"value": -10}], "unit": "°C", "buttons": [{"label": "Set", "endpoint": "/camera2/cooler/temperature/setpoint", "method": "PUT"}], Loading noctua/web/pages/macros/control_panel.html +19 −19 Original line number Diff line number Diff line {% macro observing_mode_selector() %} <fielsdet class="mt-2 mb-4"> <div class="btn-group w-100" role="group" id="mode-selector"> <input type="radio" class="btn-check" name="obs-mode" id="mode-imaging" value="station1" checked> <label class="btn btn-outline-info btn-sm" for="mode-imaging">IMAGING</label> <input type="radio" class="btn-check" name="obs-mode" id="mode-spectroscopy" value="station2"> <label class="btn btn-outline-info btn-sm" for="mode-spectroscopy">SPECTRO</label> <input type="radio" class="btn-check" name="obs-mode" id="mode-echelle" value="station3"> <label class="btn btn-outline-info btn-sm" for="mode-echelle">ÉCHELLE</label> </div> </fieldset> {% endmacro %} {% macro mount_pointing() %} <div> Loading Loading @@ -151,25 +170,6 @@ {% macro observing_mode_selector() %} <fielsdet class="mb-2"> <div class="btn-group w-100" role="group" id="mode-selector"> <input type="radio" class="btn-check" name="obs-mode" id="mode-imaging" value="station1" checked> <label class="btn btn-outline-info btn-sm" for="mode-imaging">IMAGING</label> <input type="radio" class="btn-check" name="obs-mode" id="mode-spectroscopy" value="station2"> <label class="btn btn-outline-info btn-sm" for="mode-spectroscopy">SPECTRO</label> <input type="radio" class="btn-check" name="obs-mode" id="mode-echelle" value="station3"> <label class="btn btn-outline-info btn-sm" for="mode-echelle">ÉCHELLE</label> </div> </fieldset> {% endmacro %} {% macro fits_viewer_section(api_base='/api') %} <!-- Pre-renders combo1/2/3. JS shows the active one, hides the others. --> Loading Loading
noctua/web/pages/init.html +2 −2 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ }) }} {{ w.widget_input({ "label": "Temp 1", "label": "Temp_1", "inputs": [{"value": -10}], "unit": "°C", "buttons": [{"label": "Set", "endpoint": "/camera/cooler/temperature/setpoint", "method": "PUT"}], Loading Loading @@ -225,7 +225,7 @@ }) }} {{ w.widget_input({ "label": "Temp 2", "label": "Temp_2", "inputs": [{"value": -10}], "unit": "°C", "buttons": [{"label": "Set", "endpoint": "/camera2/cooler/temperature/setpoint", "method": "PUT"}], Loading
noctua/web/pages/macros/control_panel.html +19 −19 Original line number Diff line number Diff line {% macro observing_mode_selector() %} <fielsdet class="mt-2 mb-4"> <div class="btn-group w-100" role="group" id="mode-selector"> <input type="radio" class="btn-check" name="obs-mode" id="mode-imaging" value="station1" checked> <label class="btn btn-outline-info btn-sm" for="mode-imaging">IMAGING</label> <input type="radio" class="btn-check" name="obs-mode" id="mode-spectroscopy" value="station2"> <label class="btn btn-outline-info btn-sm" for="mode-spectroscopy">SPECTRO</label> <input type="radio" class="btn-check" name="obs-mode" id="mode-echelle" value="station3"> <label class="btn btn-outline-info btn-sm" for="mode-echelle">ÉCHELLE</label> </div> </fieldset> {% endmacro %} {% macro mount_pointing() %} <div> Loading Loading @@ -151,25 +170,6 @@ {% macro observing_mode_selector() %} <fielsdet class="mb-2"> <div class="btn-group w-100" role="group" id="mode-selector"> <input type="radio" class="btn-check" name="obs-mode" id="mode-imaging" value="station1" checked> <label class="btn btn-outline-info btn-sm" for="mode-imaging">IMAGING</label> <input type="radio" class="btn-check" name="obs-mode" id="mode-spectroscopy" value="station2"> <label class="btn btn-outline-info btn-sm" for="mode-spectroscopy">SPECTRO</label> <input type="radio" class="btn-check" name="obs-mode" id="mode-echelle" value="station3"> <label class="btn btn-outline-info btn-sm" for="mode-echelle">ÉCHELLE</label> </div> </fieldset> {% endmacro %} {% macro fits_viewer_section(api_base='/api') %} <!-- Pre-renders combo1/2/3. JS shows the active one, hides the others. --> Loading