fixing template
This commit is contained in:
@@ -226,5 +226,8 @@ module.exports = {
|
||||
printState: function () {
|
||||
console.log(this.state);
|
||||
},
|
||||
printConfig: function () {
|
||||
console.log(this.config);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -295,3 +295,5 @@ script#macros-template(type="text/x-template")
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
@@ -645,9 +645,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
"macrosList": {
|
||||
"type": "list",
|
||||
"default": [
|
||||
"macrosList": [
|
||||
"FireLaser.ngc",
|
||||
"GoHomeXYZ.ngc",
|
||||
"ParkRearRightWW.ngc",
|
||||
@@ -656,8 +654,7 @@
|
||||
"TurnOffSpindleAndLaser.ngc",
|
||||
"VacOn.ngc",
|
||||
"TurnOffVac.ngc"
|
||||
]
|
||||
},
|
||||
],
|
||||
|
||||
"admin": {
|
||||
"auto-check-upgrade": {
|
||||
|
||||
Reference in New Issue
Block a user