This commit is contained in:
@@ -22,9 +22,9 @@ export default {
|
|||||||
beforeCreate() {
|
beforeCreate() {
|
||||||
window.$gz.eventBus.$emit("menu-change", {
|
window.$gz.eventBus.$emit("menu-change", {
|
||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "fa-tachometer-alt",
|
icon: "fa-door-open",
|
||||||
title: this.$ay.t("Home"),
|
title: this.$ay.t("ServerState"),
|
||||||
helpUrl: "form-home-dashboard"
|
helpUrl: "form-ops-server-state"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user