This commit is contained in:
2020-06-10 21:57:07 +00:00
parent 3dd7e05549
commit 8135efe229
2 changed files with 15 additions and 3 deletions

View File

@@ -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 (