Skip to content

Commit

Permalink
PMM-13327 Add menu item for monog router summary (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSartanpara1 authored Sep 4, 2024
1 parent c704bfb commit 21ca5b7
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,13 @@ export const PMM_NAV_MONGO: NavModelItem = {
url: `${config.appSubUrl}/d/mongodb-replicaset-summary/mongodb-replset-summary`,
hideFromTabs: true,
},
{
id: 'mongo-router-summary',
text: 'Router summary',
icon: 'percona-cluster',
url: `${config.appSubUrl}/d/mongodb-router-summary/mongodb-router-summary`,
hideFromTabs: true,
},
],
},
{
Expand Down

0 comments on commit 21ca5b7

Please sign in to comment.