set max count to 20

This commit is contained in:
sanjayk03-dev
2024-01-29 04:03:27 +05:30
parent 2a1182db56
commit 0e1360297e
3 changed files with 19 additions and 72 deletions

View File

@@ -38,10 +38,10 @@ script#macros-template(type="text/x-template")
|  Yes
message(:show.sync="maxLimitReached")
h3(slot="header") Delete Selected Macros?
p(slot="body")
div(slot="body")
p You have reached the maximum macros limit
div(slot="footer")
button.pure-button.button-secondary(@click="maxLimitReached = false") OK
button.pure-button.button-submit(@click="maxLimitReached = false") OK
h1 Macros Configuration
.flex-row-container
@@ -49,7 +49,7 @@ script#macros-template(type="text/x-template")
button.blue-button(title="Add a Macros", @click="addNewMacros", style="margin-left:5px") New Macros
// button.blue-button(title="Delete a Macros", @click="deleteSelected=true", style="margin-left:5px",:disabled="!macrosLength") Delete Selected
.macros-tabs
.tabs
input#tab1(type="radio", name="tabs",checked="", @click="tab = '1'")
label(for="tab1",style="height:50px;width:100px") Macros 1