removed warning box and reset macros to delete macros
This commit is contained in:
@@ -30,12 +30,9 @@ script#macros-template(type="text/x-template")
|
||||
|
||||
h1 Macros Configuration
|
||||
button.pure-button(title="Reset Macros", @click="confirmReset=true",
|
||||
style="height:50px;width:170px;font-weight:normal;color:#fff;background-color:#5a9ad7;display:flex;align-items:center;justify-content:space-around") Reset Macros
|
||||
style="height:50px;width:170px;font-weight:normal;color:#fff;background-color:#5a9ad7;display:flex;align-items:center;justify-content:space-around") Delete All Macros
|
||||
.fa.fa-rotate-right
|
||||
.warning-box
|
||||
p
|
||||
u Note:
|
||||
| Reset the macros to default macros recommended by Onefinity CNC.
|
||||
|
||||
.tabs
|
||||
input#tab1(type="radio", name="tabs",checked="" @click="tab = '1'")
|
||||
label(for="tab1",style="height:50px;width:100px") Macros 1
|
||||
|
||||
@@ -651,16 +651,6 @@ span.unit
|
||||
border-radius 10px
|
||||
padding 20px
|
||||
|
||||
.warning-box
|
||||
display flex
|
||||
background-color #F3FF00
|
||||
border-radius 5px
|
||||
border 0
|
||||
margin-bottom 10px
|
||||
margin-top 10px
|
||||
align-items center
|
||||
justify-content center
|
||||
|
||||
.select-upload-gcode
|
||||
display flex
|
||||
flex-direction row
|
||||
|
||||
Reference in New Issue
Block a user