Skip to content

Commit

Permalink
PMM-13258 Revert mongo instance summary link
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSartanpara1 committed Aug 23, 2024
1 parent 2cfdd53 commit f5bd8ff
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 @@ -103,7 +103,7 @@ func AddPerconaRoutes() []*navtree.NavLink {

mongodbChildNavs := []*navtree.NavLink{
{Text: "Overview", Id: "mongo-overview", Url: setting.AppSubUrl + "/d/mongodb-instance-overview/mongodb-instances-overview", Icon: "percona-nav-overview", HideFromTabs: true, ShowIconInNavbar: true},
{Text: "Summary", Id: "mongo-summary", Url: setting.AppSubUrl + "/d/mongodb-replicaset-summary/mongodb-replset-summary", Icon: "percona-nav-summary", HideFromTabs: true, ShowIconInNavbar: true},
{Text: "Summary", Id: "mongo-summary", Url: setting.AppSubUrl + "/d/mongodb-instance-summary/mongodb-instance-summary", Icon: "percona-nav-summary", HideFromTabs: true, ShowIconInNavbar: true},
{Text: "High availability", Id: "mongo-ha", Icon: "percona-cluster", HideFromTabs: true, Children: mongodbHAChildNavs, ShowIconInNavbar: true},
{Text: "InMemory", Id: "mongo-memory-details", Url: setting.AppSubUrl + "/d/mongodb-inmemory/mongodb-inmemory-details", Icon: "sitemap", HideFromTabs: true},
{Text: "WiredTiger", Id: "mongo-wiredtiger-details", Url: setting.AppSubUrl + "/d/mongodb-wiredtiger/mongodb-wiredtiger-details", Icon: "sitemap", HideFromTabs: true},
Expand Down

0 comments on commit f5bd8ff

Please sign in to comment.