This commit is contained in:
2020-10-05 22:13:18 +00:00
parent f2678cc9b4
commit 17652ec56d
16 changed files with 55 additions and 25 deletions

View File

@@ -168,7 +168,7 @@ function initNavPanel() {
) {
sub.push({
title: "Search",
icon: "fa-search",
icon: "$ayiSearch",
route: "/home-search",
key: key++
});
@@ -177,7 +177,7 @@ function initNavPanel() {
//HISTORY / MRU / ACTIVITY (personal)
sub.push({
title: "History",
icon: "fa-history",
icon: "$ayiHistory",
route: `/history/3/${window.$gz.store.state.userId}/true`,
key: key++
});
@@ -663,7 +663,7 @@ function initNavPanel() {
//EVENT LOG / HISTORY
sub.push({
title: "History",
icon: "fa-history",
icon: "$ayiHistory",
route: "/adm-history",
key: key++
});
@@ -717,7 +717,7 @@ function initNavPanel() {
// LOGS
sub.push({
title: "ServerLog",
icon: "fa-history",
icon: "$ayiHistory",
route: "/ops-log",
key: key++
});
@@ -749,7 +749,7 @@ function initNavPanel() {
// OPS VIEW SERVER CONFIGURATION
sub.push({
title: "ViewServerConfiguration",
icon: "fa-info-circle",
icon: "$ayiInfoCircle",
route: "/ops-view-configuration",
key: key++
});