This commit is contained in:
2020-06-16 20:06:37 +00:00
parent a66c24877e
commit fc170618c4
2 changed files with 5 additions and 6 deletions

View File

@@ -729,9 +729,6 @@ function initNavPanel() {
addNavItem(t("Home"), "fa-home", undefined, sub, key++, "homecustomer");
}
//*** 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(
@@ -743,8 +740,10 @@ function initNavPanel() {
"evaluate"
);
window.$gz.store.commit("setHomePage", "/ay-evaluate");
return;
}
//*** LOGOUT - all users
addNavItem(t("Logout"), "fa-sign-out-alt", "/login", [], key++, "logout");
}
function getUserOptions() {