This commit is contained in:
2020-06-15 20:58:53 +00:00
parent f9a0789e6d
commit f86b4bd7f8

View File

@@ -734,7 +734,14 @@ function initNavPanel() {
//*** EVALUATION active trial license should always go to evaluation as home page
if (licenseState == 1) {
addNavItem(t("Evaluate"), "fa-rocket", "/evaluate", [], key++, "evaluate");
addNavItem(
t("Evaluate"),
"fa-rocket",
"/ay-evaluate",
[],
key++,
"evaluate"
);
window.$gz.store.commit("setHomePage", "/ay-evaluate");
return;
}