This commit is contained in:
@@ -562,7 +562,7 @@ function initNavPanel() {
|
|||||||
|
|
||||||
//TRANSLATION
|
//TRANSLATION
|
||||||
sub.push({
|
sub.push({
|
||||||
title: t("Translation"),
|
title: t("TranslationList"),
|
||||||
icon: "fa-language",
|
icon: "fa-language",
|
||||||
route: "/adm-translations",
|
route: "/adm-translations",
|
||||||
key: key++
|
key: key++
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ export default {
|
|||||||
"HelpLicense",
|
"HelpLicense",
|
||||||
"UserList",
|
"UserList",
|
||||||
"Translation",
|
"Translation",
|
||||||
|
"TranslationList",
|
||||||
"ReportList",
|
"ReportList",
|
||||||
"ReminderList",
|
"ReminderList",
|
||||||
"Inventory",
|
"Inventory",
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ function generateMenu(vm) {
|
|||||||
let menuOptions = {
|
let menuOptions = {
|
||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "fa-language",
|
icon: "fa-language",
|
||||||
title: vm.$ay.t("Translation"),
|
title: vm.$ay.t("TranslationList"),
|
||||||
helpUrl: "form-adm-translations",
|
helpUrl: "form-adm-translations",
|
||||||
menuItems: [],
|
menuItems: [],
|
||||||
formData: {
|
formData: {
|
||||||
|
|||||||
Reference in New Issue
Block a user