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