This commit is contained in:
sanjayk03-dev
2024-01-29 17:29:10 +05:30
parent 1767813254
commit 342b54d17f
3 changed files with 16 additions and 12 deletions

View File

@@ -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