Skip to content

Commit

Permalink
PMM-13258 Update folder structure (#768)
Browse files Browse the repository at this point in the history
* PMM-13258 Update folder structure

* PMM-13258 Update links

* PMM-13258 Trigger checks

* PMM-13258 Fix the url

* PMM-13258 Fix dashboard link

* PMM-13258 Revert mongo instance summary link
  • Loading branch information
YashSartanpara1 committed Sep 2, 2024
1 parent a63d331 commit ad96065
Showing 1 changed file with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export const PMM_NAV_MONGO: NavModelItem = {
id: 'mongo-cluster-summary',
text: 'Cluster summary',
icon: 'percona-cluster',
url: `${config.appSubUrl}/d/mongodb-cluster-summary/mongodb-cluster-summary`,
url: `${config.appSubUrl}/d/mongodb-cluster-summary/mongodb-sharded-cluster-summary`,
hideFromTabs: true,
},
{
Expand All @@ -493,17 +493,24 @@ export const PMM_NAV_MONGO: NavModelItem = {
hideFromTabs: true,
},
{
id: 'mongo-mmap-details',
text: 'MMAPv1',
id: 'mondo-wiredtiger-details',
text: 'WiredTiger',
icon: 'sitemap',
url: `${config.appSubUrl}/d/mongodb-mmapv1/mongodb-mmapv1-details`,
url: `${config.appSubUrl}/d/mongodb-wiredtiger/mongodb-wiredtiger-details`,
hideFromTabs: true,
},
{
id: 'mondo-wiredtiger-details',
text: 'WiredTiger',
id: 'mongo-collections-overview',
text: 'Collections',
icon: 'sitemap',
url: `${config.appSubUrl}/d/mongodb-wiredtiger/mongodb-wiredtiger-details`,
url: `${config.appSubUrl}/d/mongodb-collections-overview/mongodb-collections-overview`,
hideFromTabs: true,
},
{
id: 'mongo-oplog-details',
text: 'Oplog',
icon: 'sitemap',
url: `${config.appSubUrl}/d/mongodb-oplog-details/mongodb-oplog-details`,
hideFromTabs: true,
},
],
Expand Down

0 comments on commit ad96065

Please sign in to comment.