fixing checkbox
This commit is contained in:
@@ -82,9 +82,9 @@ script#macros-template(type="text/x-template")
|
||||
.input-container
|
||||
input.input-color(type="color",id="macros-color",value="#ffffff",@change="editedColor")
|
||||
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name" ,v-model="macrosName",@keypress="editedName")
|
||||
div
|
||||
input.input-alert(type="checkbox",id="macros-alert" v-model="macrosAlert",@change="editedAlert")
|
||||
label Would you like an alert when running this macro?
|
||||
div
|
||||
input.input-alert(type="checkbox",id="macros-alert" v-model="macrosAlert",@change="editedAlert")
|
||||
label Would you like an alert when running this macro?
|
||||
p.title Macros G-Code
|
||||
.flex-row-container
|
||||
select(id="gcode-select",title="Select previously uploaded GCode programs.",selected
|
||||
|
||||
Reference in New Issue
Block a user