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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user