licensing system change, all internal active, no more scheduleable resources / tech licensing
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user