logging
This commit is contained in:
@@ -56,9 +56,10 @@ script#macros-template(type="text/x-template")
|
||||
| Select a Macros to edit its settings.
|
||||
|
||||
.tabs
|
||||
p.title Select Macros
|
||||
select(id="macros-select",title="Select a Macros to edit.",selected
|
||||
v-model="tab",@change="loadMacrosSettings",
|
||||
style="width:250px;height:50px;border-radius:10px;padding-left:15px;font-weight:bold")
|
||||
style="width:250px;height:50px;border-radius:10px;padding-left:15px;font-weight:bold;margin-left:30px")
|
||||
option( selected='' value='0') Select a Macros
|
||||
option(v-for="(index,file) in macrosList", :value="index+1") Macros {{index+1}}
|
||||
.macros-form
|
||||
|
||||
Reference in New Issue
Block a user