This commit is contained in:
2019-12-20 21:16:58 +00:00
parent 1673a38682
commit 020fc9a02b
2 changed files with 3 additions and 3 deletions

View File

@@ -402,7 +402,7 @@ export default function initialize() {
// USERS
sub.push({
title: window.$gz.locale.get("UserList"),
icon: "adm-users",
icon: "users",
route: "/adm-users",
key: key++
});
@@ -436,7 +436,7 @@ export default function initialize() {
//EVENT LOG / HISTORY
sub.push({
title: window.$gz.locale.get("History"),
icon: "adm-history",
icon: "history",
route: "/adm-history",
key: key++
});

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "inbox",
title: window.$gz.locale.get("Memo"),
title: window.$gz.locale.get("MemoList"),
helpUrl: "form-home-memos"
});
}