Skip to content

Commit

Permalink
PMM-13327 update menu link
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSartanpara1 committed Sep 2, 2024
1 parent c285be7 commit b7509e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/navtree/navtreeimpl/percona_navtree.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func AddPerconaRoutes() []*navtree.NavLink {
mongodbHAChildNavs := []*navtree.NavLink{
{Text: "Cluster summary", Id: "mongo-cluster-summary", Url: setting.AppSubUrl + "/d/mongodb-cluster-summary/mongodb-sharded-cluster-summary", Icon: "percona-cluster", HideFromTabs: true},
{Text: "ReplSet summary", Id: "mongo-rplset-summary", Url: setting.AppSubUrl + "/d/mongodb-replicaset-summary/mongodb-replset-summary", Icon: "percona-cluster", HideFromTabs: true},
{Text: "Router summary", Id: "mongo-router-summary", Url: setting.AppSubUrl + "/d/mongodb-router-summary/mongodb-router-summary", Icon: "percona-cluster", HideFromTabs: true},
{Text: "Router summary", Id: "mongo-router-summary", Url: setting.AppSubUrl + "/d/mongodb-router-summary/mongodb-router-summary-new", Icon: "percona-cluster", HideFromTabs: true},
}

mongodbChildNavs := []*navtree.NavLink{
Expand Down

0 comments on commit b7509e0

Please sign in to comment.