commented test buttons

This commit is contained in:
sanjayk03-dev
2024-01-23 16:41:48 +05:30
parent 3adb09634f
commit d07672e0a4

View File

@@ -68,7 +68,7 @@ script#macros-template(type="text/x-template")
.macros-form .macros-form
p.title Name p.title Name
.input-container .input-container
input.input-color(type="color",id="macros-color-0",v-model="getMacrosColor") input.input-color(type="color",id="macros-color-0")
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-0" ,v-model="getMacrosName") input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-0" ,v-model="getMacrosName")
p.title G-Code p.title G-Code
.select-upload-gcode .select-upload-gcode
@@ -101,7 +101,7 @@ script#macros-template(type="text/x-template")
.macros-form .macros-form
p.title Name p.title Name
.input-container .input-container
input.input-color(type="color",id="macros-color-1",v-model="getMacrosColor") input.input-color(type="color",id="macros-color-1")
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-1",v-model="getMacrosName") input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-1",v-model="getMacrosName")
p.title G-Code p.title G-Code
.select-upload-gcode .select-upload-gcode
@@ -134,7 +134,7 @@ script#macros-template(type="text/x-template")
.macros-form .macros-form
p.title Name p.title Name
.input-container .input-container
input.input-color(type="color",id="macros-color-2",v-model="getMacrosColor") input.input-color(type="color",id="macros-color-2")
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-2",v-model="getMacrosName") input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-2",v-model="getMacrosName")
p.title G-Code p.title G-Code
.select-upload-gcode .select-upload-gcode
@@ -167,7 +167,7 @@ script#macros-template(type="text/x-template")
.macros-form .macros-form
p.title Name p.title Name
.input-container .input-container
input.input-color(type="color",id="macros-color-3",v-model="getMacrosColor") input.input-color(type="color",id="macros-color-3")
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-3",v-model="getMacrosName") input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-3",v-model="getMacrosName")
p.title G-Code p.title G-Code
.select-upload-gcode .select-upload-gcode
@@ -200,7 +200,7 @@ script#macros-template(type="text/x-template")
.macros-form .macros-form
p.title Name p.title Name
.input-container .input-container
input.input-color(type="color",id="macros-color-4",v-model="getMacrosColor") input.input-color(type="color",id="macros-color-4")
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-4",v-model="getMacrosName") input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-4",v-model="getMacrosName")
p.title G-Code p.title G-Code
.select-upload-gcode .select-upload-gcode
@@ -233,7 +233,7 @@ script#macros-template(type="text/x-template")
.macros-form .macros-form
p.title Name p.title Name
.input-container .input-container
input.input-color(type="color",id="macros-color-5",v-model="getMacrosColor") input.input-color(type="color",id="macros-color-5")
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-5",v-model="getMacrosName") input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-5",v-model="getMacrosName")
p.title G-Code p.title G-Code
.select-upload-gcode .select-upload-gcode
@@ -266,7 +266,7 @@ script#macros-template(type="text/x-template")
.macros-form .macros-form
p.title Name p.title Name
.input-container .input-container
input.input-color(type="color",id="macros-color-6",v-model="getMacrosColor") input.input-color(type="color",id="macros-color-6")
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-6",v-model="getMacrosName") input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-6",v-model="getMacrosName")
p.title G-Code p.title G-Code
.select-upload-gcode .select-upload-gcode
@@ -299,7 +299,7 @@ script#macros-template(type="text/x-template")
.macros-form .macros-form
p.title Name p.title Name
.input-container .input-container
input.input-color(type="color",id="macros-color-7",v-model="getMacrosColor") input.input-color(type="color",id="macros-color-7")
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-7",v-model="getMacrosName") input.input-name(type="text",minlength='1',maxlength='15',id="macros-name-7",v-model="getMacrosName")
p.title G-Code p.title G-Code
.select-upload-gcode .select-upload-gcode
@@ -328,9 +328,9 @@ script#macros-template(type="text/x-template")
button.submit-macros(title="Cancel Macros",@click="cancelMacros", button.submit-macros(title="Cancel Macros",@click="cancelMacros",
style="height:50px;width:140px;font-weight:normal;margin-left:5px;background-color:#f6f6f6;color:#000;border:0;margin-top:30px") Cancel style="height:50px;width:140px;font-weight:normal;margin-left:5px;background-color:#f6f6f6;color:#000;border:0;margin-top:30px") Cancel
button.submit-macros(title="Cancel Macros",@click="printState", //- button.submit-macros(title="Cancel Macros",@click="printState",
style="height:50px;width:140px;font-weight:normal;margin-left:5px;background-color:#f6f6f6;color:#000;border:0;margin-top:30px") Print State //- style="height:50px;width:140px;font-weight:normal;margin-left:5px;background-color:#f6f6f6;color:#000;border:0;margin-top:30px") Print State
button.submit-macros(title="Cancel Macros",@click="printConfig", //- button.submit-macros(title="Cancel Macros",@click="printConfig",
style="height:50px;width:140px;font-weight:normal;margin-left:5px;background-color:#f6f6f6;color:#000;border:0;margin-top:30px") Print Config //- style="height:50px;width:140px;font-weight:normal;margin-left:5px;background-color:#f6f6f6;color:#000;border:0;margin-top:30px") Print Config
button.submit-macros(title="Cancel Macros",@click="resetMacrosList", //- button.submit-macros(title="Cancel Macros",@click="resetMacrosList",
style="height:50px;width:140px;font-weight:normal;margin-left:5px;background-color:#f6f6f6;color:#000;border:0;margin-top:30px") Reset Macros List //- style="height:50px;width:140px;font-weight:normal;margin-left:5px;background-color:#f6f6f6;color:#000;border:0;margin-top:30px") Reset Macros List