testing macros state
This commit is contained in:
@@ -207,6 +207,11 @@ script#control-view-template(type="text/x-template")
|
||||
label {{(progress || 0) | percent}}
|
||||
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
|
||||
|
||||
.macros-buttons(v-if="isMacrosPresent")
|
||||
each macros in this.config.macros
|
||||
button.macros-button(title="{{macros.id}}",@click="runMacros(macros.id)",
|
||||
style="height:30px;width:40px;background-color:macros.color")macros.name
|
||||
|
||||
.tabs
|
||||
|
||||
input#tab1(type="radio", name="tabs",checked="" @click="tab = 'auto'")
|
||||
|
||||
Reference in New Issue
Block a user