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