This commit is contained in:
@@ -26,12 +26,12 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: false,
|
||||
icon: "fa-info-circle",
|
||||
title: window.$gz.locale.get("Log"),
|
||||
title: window.$gz.translation.get("Log"),
|
||||
helpUrl: "form-ay-log",
|
||||
|
||||
menuItems: [
|
||||
// {
|
||||
// title: window.$gz.locale.get("Log"),
|
||||
// title: window.$gz.translation.get("Log"),
|
||||
// icon: "glasses",
|
||||
// surface: true,
|
||||
// key: "app:nav:log",
|
||||
@@ -47,7 +47,7 @@ export default {
|
||||
outText += value + "\n";
|
||||
});
|
||||
this.logText = outText;
|
||||
window.$gz.locale
|
||||
window.$gz.translation
|
||||
.fetch(["Log"])
|
||||
.then(() => (vm.formState.ready = true))
|
||||
.catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user