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

@@ -474,15 +474,15 @@ export default function initialize() {
// ARCHIVE
sub.push({
title: window.$gz.locale.get("ARCHIVE DATA"),
icon: "archive",
route: "/archives",
title: window.$gz.locale.get("Backup"),
icon: "backup",
route: "/backup",
key: key++
});
// JOBS
sub.push({
title: window.$gz.locale.get("SERVER JOBS"),
title: window.$gz.locale.get("ServerJobs"),
icon: "robot",
route: "/jobs",
key: key++
@@ -490,7 +490,7 @@ export default function initialize() {
// LOGS
sub.push({
title: window.$gz.locale.get("Log"),
title: window.$gz.locale.get("ServerLog"),
icon: "history",
route: "/serverlogs",
key: key++
@@ -498,7 +498,7 @@ export default function initialize() {
//METRICS
sub.push({
title: window.$gz.locale.get("SERVER METRICS"),
title: window.$gz.locale.get("ServerMetrics"),
icon: "file-medical-alt",
route: "/metrics",
key: key++