Increase the probe button text size
This commit is contained in:
@@ -311,55 +311,54 @@ script#control-view-template(type="text/x-template")
|
|||||||
label {{(progress || 0) | percent}}
|
label {{(progress || 0) | percent}}
|
||||||
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
|
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
|
||||||
tr
|
tr
|
||||||
|
message(:show.sync=`show_probe_test_modal`)
|
||||||
|
|
||||||
td(style="white-space: nowrap;text-align:center")
|
h3(slot="header") Test probe connection
|
||||||
message(:show.sync=`show_probe_test_modal`)
|
|
||||||
|
|
||||||
h3(slot="header") Test probe connection
|
div(slot="body")
|
||||||
|
.pure-form
|
||||||
|
p Attach the probe magnet to the collet.
|
||||||
|
p Touch the probe block to the bit.
|
||||||
|
|
||||||
div(slot="body")
|
div(slot="footer")
|
||||||
.pure-form
|
button.pure-button(@click=`show_probe_test_modal = false`)
|
||||||
p Attach the probe magnet to the collet.
|
| Cancel
|
||||||
p Touch the probe block to the bit.
|
|
||||||
|
|
||||||
div(slot="footer")
|
button.pure-button.button-success(
|
||||||
button.pure-button(@click=`show_probe_test_modal = false`)
|
:disabled=`!state.saw_probe_connected`
|
||||||
| Cancel
|
@click=`finish_probe_test()`) Continue
|
||||||
|
|
||||||
button.pure-button.button-success(
|
message(:show.sync=`show_tool_diameter_modal`)
|
||||||
:disabled=`!state.saw_probe_connected`
|
h3(slot="header") Enter probe tool information
|
||||||
@click=`finish_probe_test()`) Continue
|
|
||||||
|
|
||||||
message(:show.sync=`show_tool_diameter_modal`)
|
div(slot="body")
|
||||||
h3(slot="header") Enter probe tool information
|
.pure-form
|
||||||
|
.pure-control-group
|
||||||
|
label="{{metric ? 'Diameter (mm)' : 'Diameter (inches)'}}"
|
||||||
|
input(v-model="tool_diameter",size="8",
|
||||||
|
@keyup.enter=`set_tool_diameter(tool_diameter)`)
|
||||||
|
p
|
||||||
|
|
||||||
div(slot="body")
|
div(slot="footer")
|
||||||
.pure-form
|
button.pure-button(@click=`show_tool_diameter_modal = false`)
|
||||||
.pure-control-group
|
| Cancel
|
||||||
label="{{metric ? 'Diameter (mm)' : 'Diameter (inches)'}}"
|
|
||||||
input(v-model="tool_diameter",size="8",
|
|
||||||
@keyup.enter=`set_tool_diameter(tool_diameter)`)
|
|
||||||
p
|
|
||||||
|
|
||||||
div(slot="footer")
|
button.pure-button.button-success(
|
||||||
button.pure-button(@click=`show_tool_diameter_modal = false`)
|
@click=`set_tool_diameter(tool_diameter)`)
|
||||||
| Cancel
|
| Set
|
||||||
|
|
||||||
button.pure-button.button-success(
|
message(:show.sync=`state.show_probe_complete_modal`)
|
||||||
@click=`set_tool_diameter(tool_diameter)`)
|
h3(slot="header") Probing complete!
|
||||||
| Set
|
|
||||||
|
|
||||||
message(:show.sync=`state.show_probe_complete_modal`)
|
div(slot="body")
|
||||||
h3(slot="header") Probing complete!
|
.pure-form
|
||||||
|
p Don't forget to put away the probe!
|
||||||
|
|
||||||
div(slot="body")
|
div(slot="footer")
|
||||||
.pure-form
|
button.pure-button.button-success(@click=`state.show_probe_complete_modal = false`)
|
||||||
p Don't forget to put away the probe!
|
| Done
|
||||||
|
|
||||||
div(slot="footer")
|
|
||||||
button.pure-button.button-success(@click=`state.show_probe_complete_modal = false`)
|
|
||||||
| Done
|
|
||||||
|
|
||||||
|
td.control-buttons(style="white-space: nowrap;text-align:center")
|
||||||
button(:class="state['pw'] ? '' : 'load-on'",
|
button(:class="state['pw'] ? '' : 'load-on'",
|
||||||
style="height:100px;width:200px",
|
style="height:100px;width:200px",
|
||||||
@click=`start_probe_test(() => { show_tool_diameter_modal = true })`)
|
@click=`start_probe_test(() => { show_tool_diameter_modal = true })`)
|
||||||
|
|||||||
Reference in New Issue
Block a user