This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
@@ -139,6 +139,7 @@ export default {
|
||||
"ServerMetrics",
|
||||
"ServerProfiler",
|
||||
"NotificationSettings",
|
||||
"ViewServerConfiguration",
|
||||
"HelpAboutAyaNova",
|
||||
"MenuHelp",
|
||||
"More",
|
||||
|
||||
Reference in New Issue
Block a user