case 4522
This commit is contained in:
@@ -289,7 +289,8 @@ export default {
|
||||
"RenderingReport",
|
||||
"Settings",
|
||||
"IntegrationList",
|
||||
"ServerUpdateAvailable"
|
||||
"ServerUpdateAvailable",
|
||||
"LicenseExpirationDays"
|
||||
],
|
||||
|
||||
////////////////////////////////////////////////////////
|
||||
|
||||
@@ -642,6 +642,18 @@ export default {
|
||||
);
|
||||
}
|
||||
|
||||
//Show license expiration period days left (if it's set to willexpire)
|
||||
if (vm.$store.state.globalSettings.licenseExpirationDays > -1) {
|
||||
window.$gz.eventBus.$emit(
|
||||
"notify-info",
|
||||
`${vm.$ay.t("LicenseExpirationDays")}: ${
|
||||
vm.$store.state.globalSettings.licenseExpirationDays
|
||||
}`,
|
||||
null,
|
||||
5000
|
||||
);
|
||||
}
|
||||
|
||||
const toPath = vm.$route.params.topath; //set in app.vue::mounted
|
||||
if (toPath != undefined) {
|
||||
//open the url indicated
|
||||
|
||||
Reference in New Issue
Block a user