Loading noctua/web/pages/control.html +180 −172 Original line number Diff line number Diff line Loading @@ -57,15 +57,29 @@ {{ ctrl.mount_pointing() }} </div> </section> <section> {{ w.widget_input({ "label": "Tel Focus", "info" : "telescope-focuser-position", "inputs": [{"value": 0}], "unit": "µm", "buttons": [{"label": "Set", "endpoint": "/telescope/focuser/movement", "method": "PUT"}], "buttons": [{"label": "Set", "endpoint": "/telescope/focuser/movement", "method": "PUT"}], }) }} {{ w.widget_shutter({ "label": "Dome", "info": "/dome/shutter", "move_url": "/dome/shutter/movement", }) }} </div> </section> <section> Loading Loading @@ -106,12 +120,6 @@ <section> <h4 class="p-2">Dome</h4> {{ w.widget_shutter({ "label": "Dome", "info": "/dome/shutter", "move_url": "/dome/shutter/movement", }) }} </section> </article> Loading Loading
noctua/web/pages/control.html +180 −172 Original line number Diff line number Diff line Loading @@ -57,15 +57,29 @@ {{ ctrl.mount_pointing() }} </div> </section> <section> {{ w.widget_input({ "label": "Tel Focus", "info" : "telescope-focuser-position", "inputs": [{"value": 0}], "unit": "µm", "buttons": [{"label": "Set", "endpoint": "/telescope/focuser/movement", "method": "PUT"}], "buttons": [{"label": "Set", "endpoint": "/telescope/focuser/movement", "method": "PUT"}], }) }} {{ w.widget_shutter({ "label": "Dome", "info": "/dome/shutter", "move_url": "/dome/shutter/movement", }) }} </div> </section> <section> Loading Loading @@ -106,12 +120,6 @@ <section> <h4 class="p-2">Dome</h4> {{ w.widget_shutter({ "label": "Dome", "info": "/dome/shutter", "move_url": "/dome/shutter/movement", }) }} </section> </article> Loading