test
This commit is contained in:
@@ -209,16 +209,8 @@ script#control-view-template(type="text/x-template")
|
|||||||
|
|
||||||
.macros-div
|
.macros-div
|
||||||
.macros-buttons(v-if="config.macros!=undefined")
|
.macros-buttons(v-if="config.macros!=undefined")
|
||||||
if config.macros!=undefined
|
p there is a active macros
|
||||||
p there is a macro
|
.macros-buttons(v-if="config.macros==undefined")
|
||||||
each macros in config.macros || {id:0,name:"Macrostest",color:'#434242',gcode:"test.ngc"}
|
|
||||||
p macros.id
|
|
||||||
p macros.name
|
|
||||||
p macros.color
|
|
||||||
p macros.gcode
|
|
||||||
.submit-macros(v-if="isMacrosPresent()")
|
|
||||||
a(href="#macros") Edit Macros
|
|
||||||
else
|
|
||||||
p there is no active macros
|
p there is no active macros
|
||||||
|
|
||||||
.tabs
|
.tabs
|
||||||
|
|||||||
Reference in New Issue
Block a user