diff --git a/src/pug/templates/control-view.pug b/src/pug/templates/control-view.pug index 84470c6..cdc42dc 100644 --- a/src/pug/templates/control-view.pug +++ b/src/pug/templates/control-view.pug @@ -206,6 +206,13 @@ script#control-view-template(type="text/x-template") | {{w.tstate}} th.actions + // Invisible placeholder so the W marker/home buttons line + // up under the same columns as the X/Y/Z buttons above + // (which have a third "set position" cog). + button.pure-button(disabled, + style="height:60px;width:60px;visibility:hidden") + .fa.fa-cog + button.pure-button(title="Set W axis position to 0.", @click="aux_set_zero()", style="height:60px;width:60px") .fa.fa-map-marker