case 4576 addition of up to 25 level v7
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sockeye",
|
"name": "sockeye",
|
||||||
"version": "8.0.13",
|
"version": "8.0.14",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.13",
|
version: "8.0.14",
|
||||||
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
copyright: "© 1999-2024, Ground Zero Tech-Works Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -131,7 +131,7 @@
|
|||||||
</v-list>
|
</v-list>
|
||||||
</v-menu>
|
</v-menu>
|
||||||
<span v-else class="text-h6">
|
<span v-else class="text-h6">
|
||||||
{{ $sock.t("SubscriptoinItemList") }}</span
|
{{ $sock.t("SubscriptionItemList") }}</span
|
||||||
>
|
>
|
||||||
</v-col>
|
</v-col>
|
||||||
</template>
|
</template>
|
||||||
@@ -1078,6 +1078,7 @@ async function clickHandler(menuItem) {
|
|||||||
// { id: 7, name: "Single ", active: true },
|
// { id: 7, name: "Single ", active: true },
|
||||||
// { id: 9, name: "Up to 10 ", active: true },
|
// { id: 9, name: "Up to 10 ", active: true },
|
||||||
// { id: 17, name: "Up to 15 ", active: true },
|
// { id: 17, name: "Up to 15 ", active: true },
|
||||||
|
// id 25 = up to 25
|
||||||
// { id: 12, name: "Up to 20 ", active: true },
|
// { id: 12, name: "Up to 20 ", active: true },
|
||||||
// { id: 2, name: "Up to 5 ", active: true },
|
// { id: 2, name: "Up to 5 ", active: true },
|
||||||
// { id: 20, name: "Up to 999 ", active: true },
|
// { id: 20, name: "Up to 999 ", active: true },
|
||||||
@@ -1224,6 +1225,10 @@ async function clickHandler(menuItem) {
|
|||||||
l.users = 1;
|
l.users = 1;
|
||||||
l.maintenanceExpire = z.expireDate;
|
l.maintenanceExpire = z.expireDate;
|
||||||
break;
|
break;
|
||||||
|
case 25: //Up to 25 //case 4576
|
||||||
|
l.users = 25;
|
||||||
|
l.maintenanceExpire = z.expireDate;
|
||||||
|
break;
|
||||||
case 20: //Up to 999
|
case 20: //Up to 999
|
||||||
l.users = 999;
|
l.users = 999;
|
||||||
l.maintenanceExpire = z.expireDate;
|
l.maintenanceExpire = z.expireDate;
|
||||||
|
|||||||
Reference in New Issue
Block a user