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

View File

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