test
This commit is contained in:
@@ -208,8 +208,14 @@ script#control-view-template(type="text/x-template")
|
||||
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
|
||||
|
||||
.macros-div
|
||||
.macros-buttons(v-if="isMacrosPresent")
|
||||
.submit-macros
|
||||
.macros-buttons(v-if="this.config.macros!=undefined!=undefined")
|
||||
p there is a macro
|
||||
each macros in this.config.macros
|
||||
p macros.id
|
||||
p macros.name
|
||||
p macros.color
|
||||
p macros.gcode
|
||||
.submit-macros(v-if="isMacrosPresent()")
|
||||
a(href="#macros") Edit Macros
|
||||
|
||||
.tabs
|
||||
|
||||
@@ -613,7 +613,7 @@ span.unit
|
||||
|
||||
.macros-div
|
||||
height 50px
|
||||
width 100px
|
||||
width 120px
|
||||
margin 10px
|
||||
|
||||
.submit-macros
|
||||
@@ -1055,6 +1055,9 @@ tt.save
|
||||
#macros
|
||||
padding 30px
|
||||
|
||||
div
|
||||
display inline
|
||||
|
||||
.macros-form
|
||||
padding-left 50px
|
||||
padding-top 50px
|
||||
|
||||
Reference in New Issue
Block a user