modified config file, corrected macros tab, edited macros buttons in control-view
This commit is contained in:
@@ -3,10 +3,10 @@ script#macros-template(type="text/x-template")
|
||||
h1 Macros Configuration
|
||||
.tabs
|
||||
input#tab1(type="radio", name="tabs",checked="" @click="tab = '1'")
|
||||
label(for="tab1", title="Run GCode programs",style="height:50px;width:100px") Macros 1
|
||||
label(for="tab1",style="height:50px;width:100px") Macros 1
|
||||
|
||||
input#tab2(type="radio", name="tabs", @click="tab = '2'")
|
||||
label(for="tab2", title="Manual GCode entry",style="height:50px;width:100px") Macros 2
|
||||
label(for="tab2",style="height:50px;width:100px") Macros 2
|
||||
|
||||
input#tab3(type="radio", name="tabs", @click="tab = '3'")
|
||||
label(for="tab3",style="height:50px;width:100px") Macros 3
|
||||
@@ -14,10 +14,10 @@ script#macros-template(type="text/x-template")
|
||||
input#tab4(type="radio", name="tabs", @click="tab = '4'")
|
||||
label(for="tab4",style="height:50px;width:100px") Macros 4
|
||||
|
||||
input#tab4(type="radio", name="tabs", @click="tab = '5'")
|
||||
input#tab5(type="radio", name="tabs", @click="tab = '5'")
|
||||
label(for="tab5",style="height:50px;width:100px") Macros 5
|
||||
|
||||
input#tab4(type="radio", name="tabs", @click="tab = '6'")
|
||||
input#tab6(type="radio", name="tabs", @click="tab = '6'")
|
||||
label(for="tab6",style="height:50px;width:100px") Macros 6
|
||||
|
||||
section#content1.tab-content
|
||||
|
||||
Reference in New Issue
Block a user