This commit is contained in:
@@ -23,7 +23,7 @@ todo: Administration - License
|
|||||||
|
|
||||||
todo: License testing (I know it's working when these things all pass)
|
todo: License testing (I know it's working when these things all pass)
|
||||||
|
|
||||||
ONBOARDING / BOOTSTRAPPING in ui called "Launch"
|
ONBOARDING / BOOTSTRAPPING
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -780,7 +780,7 @@ todo: workorder UI layout stuff (TTM!! Don't re-invent the wheel!)
|
|||||||
|
|
||||||
todo: Documentation
|
todo: Documentation
|
||||||
Need to think this through carefully
|
Need to think this through carefully
|
||||||
Need to get the critical bits in for launch and importing so people can get going
|
Need to get the critical bits in for onboarding and importing so people can get going
|
||||||
Most important stuff is anything non-obvious
|
Most important stuff is anything non-obvious
|
||||||
Seems pointless to have one doc per form that just says "The name field is the name and must be unique"
|
Seems pointless to have one doc per form that just says "The name field is the name and must be unique"
|
||||||
maybe have that kind of stuff in the form basics and then have a doc per OBJECT instead with anything unique or interesting about the object
|
maybe have that kind of stuff in the form basics and then have a doc per OBJECT instead with anything unique or interesting about the object
|
||||||
|
|||||||
@@ -54,15 +54,7 @@ function initNavPanel() {
|
|||||||
return;
|
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
|
//****************** HOME
|
||||||
//Most users except ops and client logins
|
//Most users except ops and client logins
|
||||||
if (
|
if (
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
/* Xeslint-disable */
|
/* Xeslint-disable */
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
const FORM_KEY = "adm-launch";
|
const FORM_KEY = "ay-evaluate";
|
||||||
const API_BASE_URL = null;
|
const API_BASE_URL = null;
|
||||||
const FORM_CUSTOM_TEMPLATE_KEY = null;
|
const FORM_CUSTOM_TEMPLATE_KEY = null;
|
||||||
|
|
||||||
@@ -326,8 +326,8 @@ function generateMenu(vm) {
|
|||||||
let menuOptions = {
|
let menuOptions = {
|
||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "fa-rocket",
|
icon: "fa-rocket",
|
||||||
title: vm.$ay.t("Launch"),
|
title: vm.$ay.t("Evaluate"),
|
||||||
helpUrl: "form-adm-launch",
|
helpUrl: "form-ay-evaluate",
|
||||||
menuItems: []
|
menuItems: []
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -374,7 +374,7 @@ function initForm(vm) {
|
|||||||
// Ensures UI translated text is available
|
// Ensures UI translated text is available
|
||||||
//
|
//
|
||||||
function fetchTranslatedText(vm) {
|
function fetchTranslatedText(vm) {
|
||||||
return window.$gz.translation.cacheTranslations(["Launch", "Welcome"]);
|
return window.$gz.translation.cacheTranslations(["Welcome"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// //////////////////////
|
// //////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user