This commit is contained in:
2020-04-05 23:36:45 +00:00
parent b3a8b372f0
commit 41ba8c417c

View File

@@ -22,9 +22,9 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-tachometer-alt",
title: this.$ay.t("Home"),
helpUrl: "form-home-dashboard"
icon: "fa-door-open",
title: this.$ay.t("ServerState"),
helpUrl: "form-ops-server-state"
});
}
};