This commit is contained in:
2020-04-05 23:40:56 +00:00
parent 41ba8c417c
commit 4d92e0da20
3 changed files with 18 additions and 2 deletions

View File

@@ -624,6 +624,14 @@ export default function initialize() {
window.$gz.store.commit("setHomePage", "/ops-BACKUP");
}
// SERVER STATE
sub.push({
title: t("ServerState"),
icon: "fa-door-open",
route: "/ops-server-state",
key: key++
});
// JOBS
sub.push({
title: t("ServerJobs"),

View File

@@ -95,6 +95,7 @@ export default {
"History",
"Statistics",
"Backup",
"ServerState",
"ServerJobs",
"ServerLog",
"ServerMetrics",