This commit is contained in:
@@ -20,6 +20,15 @@ function initNavPanal() {
|
||||
|
||||
let t = window.$gz.translation.get;
|
||||
let role = window.$gz.role.AUTHORIZATION_ROLES;
|
||||
|
||||
//******* LAUNCH
|
||||
//if it's an empty db then only the launch page is available
|
||||
if (window.$gz.store.globalSettings.licenseStatus == 0) {
|
||||
addNavItem(t("Launch"), "fa-rocket", "/launch", [], key++, "launch");
|
||||
window.$gz.store.commit("setHomePage", "/launch");
|
||||
return;
|
||||
}
|
||||
|
||||
//****************** HOME
|
||||
//Most users except ops and client logins
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user