icons for A+ and A-
This commit is contained in:
@@ -106,8 +106,9 @@ script#control-view-template(type="text/x-template")
|
|||||||
| Rotary
|
| Rotary
|
||||||
|
|
||||||
td(style="height:100px", align="center", colspan="1")
|
td(style="height:100px", align="center", colspan="1")
|
||||||
button(@click="jog_fn(0,0,0,-1)")
|
button(@click="jog_fn(0,0,0,-1)", style="display: grid;justify-content: center;align-items: center;padding: 14px;")
|
||||||
| A-
|
| A-
|
||||||
|
.fa.fa-rotate-left
|
||||||
|
|
||||||
td(style="height:100px", align="center", colspan="1")
|
td(style="height:100px", align="center", colspan="1")
|
||||||
button(@click="showMoveToZeroDialog('a')")
|
button(@click="showMoveToZeroDialog('a')")
|
||||||
@@ -116,8 +117,9 @@ script#control-view-template(type="text/x-template")
|
|||||||
| Origin
|
| Origin
|
||||||
|
|
||||||
td(style="height:100px", align="center", colspan="1")
|
td(style="height:100px", align="center", colspan="1")
|
||||||
button(@click="jog_fn(0,0,0,1)")
|
button(@click="jog_fn(0,0,0,1)", style="display: grid;justify-content: center;align-items: center;padding: 14px;")
|
||||||
| A+
|
| A+
|
||||||
|
.fa.fa-rotate-right
|
||||||
|
|
||||||
tr(v-else)
|
tr(v-else)
|
||||||
td(style="height:100px", align="center", colspan="2")
|
td(style="height:100px", align="center", colspan="2")
|
||||||
|
|||||||
Reference in New Issue
Block a user