This commit is contained in:
@@ -54,15 +54,7 @@ function initNavPanel() {
|
||||
return;
|
||||
}
|
||||
|
||||
// //******* LAUNCH
|
||||
// //if it's an empty db then only the launch page is available
|
||||
// if (window.$gz.store.state.globalSettings.licenseStatus == 0) {
|
||||
// addNavItem(t("Launch"), "fa-rocket", "/adm-launch", [], key++, "launch");
|
||||
// addNavItem(t("Logout"), "fa-sign-out-alt", "/login", [], key++, "logout");
|
||||
// window.$gz.store.commit("setHomePage", "/adm-launch");
|
||||
// return;
|
||||
// }
|
||||
|
||||
|
||||
//****************** HOME
|
||||
//Most users except ops and client logins
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user