This commit is contained in:
@@ -729,9 +729,6 @@ function initNavPanel() {
|
|||||||
addNavItem(t("Home"), "fa-home", undefined, sub, key++, "homecustomer");
|
addNavItem(t("Home"), "fa-home", undefined, sub, key++, "homecustomer");
|
||||||
}
|
}
|
||||||
|
|
||||||
//*** LOGOUT - all users
|
|
||||||
addNavItem(t("Logout"), "fa-sign-out-alt", "/login", [], key++, "logout");
|
|
||||||
|
|
||||||
//*** EVALUATION active trial license should always go to evaluation as home page
|
//*** EVALUATION active trial license should always go to evaluation as home page
|
||||||
if (licenseState == 1) {
|
if (licenseState == 1) {
|
||||||
addNavItem(
|
addNavItem(
|
||||||
@@ -743,8 +740,10 @@ function initNavPanel() {
|
|||||||
"evaluate"
|
"evaluate"
|
||||||
);
|
);
|
||||||
window.$gz.store.commit("setHomePage", "/ay-evaluate");
|
window.$gz.store.commit("setHomePage", "/ay-evaluate");
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//*** LOGOUT - all users
|
||||||
|
addNavItem(t("Logout"), "fa-sign-out-alt", "/login", [], key++, "logout");
|
||||||
}
|
}
|
||||||
|
|
||||||
function getUserOptions() {
|
function getUserOptions() {
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
:disabled="formState.readOnly"
|
:disabled="formState.readOnly"
|
||||||
@click="generate()"
|
@click="generate()"
|
||||||
class="my-8 mr-4"
|
class="my-8 mr-4"
|
||||||
>{{ $ay.t("StartSeeding") }}</v-btn
|
>{{ $ay.t("StartJob") }}</v-btn
|
||||||
>
|
>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-col>
|
</v-col>
|
||||||
@@ -308,7 +308,7 @@ function fetchTranslatedText(vm) {
|
|||||||
"SeedLevelMedium",
|
"SeedLevelMedium",
|
||||||
"SeedLevelLarge",
|
"SeedLevelLarge",
|
||||||
"SeedLevelHuge",
|
"SeedLevelHuge",
|
||||||
"StartSeeding",
|
"StartJob",
|
||||||
"AdminEraseDatabaseWarning",
|
"AdminEraseDatabaseWarning",
|
||||||
"AdminEraseDatabaseLastWarning",
|
"AdminEraseDatabaseLastWarning",
|
||||||
"UserTimeZoneOffset",
|
"UserTimeZoneOffset",
|
||||||
|
|||||||
Reference in New Issue
Block a user