This commit is contained in:
2020-08-12 21:55:37 +00:00
parent a82d0b8e67
commit 661df1fa30
3 changed files with 18 additions and 9 deletions

View File

@@ -738,6 +738,14 @@ function initNavPanel() {
key: key++
});
// OPS VIEW SERVER CONFIGURATION
sub.push({
title: "ServerState",
icon: "fa-info-circle",
route: "/ops-view-configuration",
key: key++
});
// ** OPERATIONS (TOP)
addNavItem("Operations", "fa-server", undefined, sub, key++, "operations");
}

View File

@@ -139,6 +139,7 @@ export default {
"ServerMetrics",
"ServerProfiler",
"NotificationSettings",
"ViewServerConfiguration",
"HelpAboutAyaNova",
"MenuHelp",
"More",