This commit is contained in:
@@ -740,6 +740,13 @@ function initNavPanel() {
|
||||
|
||||
//*** LOGOUT - all users
|
||||
addNavItem(t("Logout"), "fa-sign-out-alt", "/login", [], key++, "logout");
|
||||
|
||||
//*** EVALUATION active trial license should always go to evaluation as home page
|
||||
if (licenseState == 1) {
|
||||
addNavItem(t("Evaluate"), "fa-rocket", "/evaluate", [], key++, "evaluate");
|
||||
window.$gz.store.commit("setHomePage", "/ay-evaluate");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
function getUserOptions() {
|
||||
|
||||
Reference in New Issue
Block a user