This commit is contained in:
2019-04-19 20:33:57 +00:00
parent b9440822b4
commit 56f8ee0a35
2 changed files with 11 additions and 10 deletions

View File

@@ -130,7 +130,8 @@ export default {
"LicenseSerial",
"LicenseExpiration",
"SupportedUntil",
"LicensedOptions"
"LicensedOptions",
"Log"
]);
},
created() {
@@ -140,7 +141,7 @@ export default {
title: this.$gzlocale.get("HelpAboutAyaNova"),
menuItems: [
{
title: this.$gzlocale.get("log"),
title: this.$gzlocale.get("Log"),
icon: "glasses",
surface: true,
key: "app:nav:log",