This commit is contained in:
2019-12-18 23:58:34 +00:00
parent 56a031e9ac
commit ce9c9da58e
6 changed files with 14 additions and 14 deletions

View File

@@ -13,8 +13,8 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "archive",
title: window.$gz.locale.get("ARCHIVE DATA"),
helpUrl: "user-form-archives"
title: window.$gz.locale.get("Backup"),
helpUrl: "user-form-backup"
});
}
};

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "robot",
title: window.$gz.locale.get("SERVER JOBS"),
title: window.$gz.locale.get("ServerJobs"),
helpUrl: "user-form-jobs"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "file-medical-alt",
title: window.$gz.locale.get("SERVER METRICS"),
title: window.$gz.locale.get("ServerMetrics"),
helpUrl: "user-form-server-metrics"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "history",
title: window.$gz.locale.get("Log"),
title: window.$gz.locale.get("ServerLog"),
helpUrl: "user-form-server-logs"
});
}