save button
This commit is contained in:
@@ -39,7 +39,8 @@ script#macros-template(type="text/x-template")
|
||||
input(type="file", @change="upload", :disabled="!is_ready",
|
||||
accept=".nc,.ngc,.gcode,.gc")
|
||||
br
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(0)") Save Macros
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(0)",
|
||||
style="height:50px;width:140px;font-weight:normal;background-color:#add1ad;color:#fff;border:0;margin-top:30px") Save Macros
|
||||
|
||||
section#content2.tab-content
|
||||
.macros-form
|
||||
@@ -60,7 +61,8 @@ script#macros-template(type="text/x-template")
|
||||
input(type="file", @change="upload", :disabled="!is_ready",
|
||||
accept=".nc,.ngc,.gcode,.gc")
|
||||
br
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(1)") Save Macros
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(1)",
|
||||
style="height:50px;width:140px;font-weight:normal;background-color:#add1ad;color:#fff;border:0;margin-top:30px") Save Macros
|
||||
|
||||
section#content3.tab-content
|
||||
.macros-form
|
||||
@@ -81,7 +83,8 @@ script#macros-template(type="text/x-template")
|
||||
input(type="file", @change="upload", :disabled="!is_ready",
|
||||
accept=".nc,.ngc,.gcode,.gc")
|
||||
br
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(2)") Save Macros
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(2)",
|
||||
style="height:50px;width:140px;font-weight:normal;background-color:#add1ad;color:#fff;border:0;margin-top:30px") Save Macros
|
||||
|
||||
section#content4.tab-content
|
||||
.macros-form
|
||||
@@ -102,7 +105,8 @@ script#macros-template(type="text/x-template")
|
||||
input(type="file", @change="upload", :disabled="!is_ready",
|
||||
accept=".nc,.ngc,.gcode,.gc")
|
||||
br
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(3)") Save Macros
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(3)",
|
||||
style="height:50px;width:140px;font-weight:normal;background-color:#add1ad;color:#fff;border:0;margin-top:30px") Save Macros
|
||||
|
||||
section#content5.tab-content
|
||||
.macros-form
|
||||
@@ -123,7 +127,8 @@ script#macros-template(type="text/x-template")
|
||||
input(type="file", @change="upload", :disabled="!is_ready",
|
||||
accept=".nc,.ngc,.gcode,.gc")
|
||||
br
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(4)") Save Macros
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(4)",
|
||||
style="height:50px;width:140px;font-weight:normal;background-color:#add1ad;color:#fff;border:0;margin-top:30px") Save Macros
|
||||
|
||||
section#content6.tab-content
|
||||
.macros-form
|
||||
@@ -144,7 +149,8 @@ script#macros-template(type="text/x-template")
|
||||
input(type="file", @change="upload", :disabled="!is_ready",
|
||||
accept=".nc,.ngc,.gcode,.gc")
|
||||
br
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(5)") Save Macros
|
||||
button.submit-macros(title="Save Macros",@click="saveMacros(5)",
|
||||
style="height:50px;width:140px;font-weight:normal;background-color:#add1ad;color:#fff;border:0;margin-top:30px") Save Macros
|
||||
|
||||
//- button.pure-button(title="Print config.", @click="printConfig",
|
||||
//- style="height:50px;width:120px;font-weight:normal;padding-top:5px") print Config
|
||||
|
||||
Reference in New Issue
Block a user