licensing system change, all internal active, no more scheduleable resources / tech licensing

This commit is contained in:
2022-09-12 21:57:31 +00:00
parent 2e92b96abe
commit 46ae055c9b

View File

@@ -111,16 +111,7 @@
> >
</v-list-item-content> </v-list-item-content>
</v-list-item> </v-list-item>
<v-list-item>
<v-list-item-content>
<v-list-item-title>{{
$ay.t("ActiveTechUserCount")
}}</v-list-item-title>
<v-list-item-subtitle class="text-wrap">{{
currentLicenseInfo.activeTechUserCount
}}</v-list-item-subtitle>
</v-list-item-content>
</v-list-item>
<v-list-item> <v-list-item>
<v-list-item-content> <v-list-item-content>
<v-list-item-title>{{ <v-list-item-title>{{
@@ -705,8 +696,7 @@ async function fetchTranslatedText() {
"Server", "Server",
"Version", "Version",
"ActiveCustomerContactUserCount", "ActiveCustomerContactUserCount",
"ActiveInternalUserCount", "ActiveInternalUserCount"
"ActiveTechUserCount"
]); ]);
} }
</script> </script>