We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75154a commit 945912aCopy full SHA for 945912a
2 files changed
web/console-extensions.json
@@ -411,7 +411,7 @@
411
"properties": {
412
"contextId": "dev-console-observe",
413
"name": "%plugin__monitoring-plugin~Dashboards%",
414
- "href": "dashboards",
+ "href": "",
415
"component": {
416
"$codeRef": "LegacyDashboardsPage.MpCmoLegacyDevDashboardsPage"
417
}
web/src/components/hooks/usePerspective.tsx
@@ -284,7 +284,7 @@ export const getLegacyDashboardsUrl = (
284
case 'acm':
285
return '';
286
case 'dev':
287
- return `/dev-monitoring/ns/${namespace}/dashboards`;
+ return `/dev-monitoring/ns/${namespace}`;
288
case 'virtualization-perspective':
289
return `/virt-monitoring/dashboards/${boardName}`;
290
case 'admin':
0 commit comments