This commit is contained in:
@@ -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++
|
||||
});
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user