This commit is contained in:
2020-06-11 17:49:14 +00:00
parent 50f16ab973
commit 601499899a
3 changed files with 7 additions and 15 deletions

View File

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

View File

@@ -76,7 +76,7 @@
/* Xeslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
const FORM_KEY = "adm-launch";
const FORM_KEY = "ay-evaluate";
const API_BASE_URL = null;
const FORM_CUSTOM_TEMPLATE_KEY = null;
@@ -326,8 +326,8 @@ function generateMenu(vm) {
let menuOptions = {
isMain: true,
icon: "fa-rocket",
title: vm.$ay.t("Launch"),
helpUrl: "form-adm-launch",
title: vm.$ay.t("Evaluate"),
helpUrl: "form-ay-evaluate",
menuItems: []
};
@@ -374,7 +374,7 @@ function initForm(vm) {
// Ensures UI translated text is available
//
function fetchTranslatedText(vm) {
return window.$gz.translation.cacheTranslations(["Launch", "Welcome"]);
return window.$gz.translation.cacheTranslations(["Welcome"]);
}
// //////////////////////