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