This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user