Skip to content

Commit 945912a

Browse files
committed
fix: make dashboards the default dev observe view
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
1 parent d75154a commit 945912a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/console-extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
"properties": {
412412
"contextId": "dev-console-observe",
413413
"name": "%plugin__monitoring-plugin~Dashboards%",
414-
"href": "dashboards",
414+
"href": "",
415415
"component": {
416416
"$codeRef": "LegacyDashboardsPage.MpCmoLegacyDevDashboardsPage"
417417
}

web/src/components/hooks/usePerspective.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export const getLegacyDashboardsUrl = (
284284
case 'acm':
285285
return '';
286286
case 'dev':
287-
return `/dev-monitoring/ns/${namespace}/dashboards`;
287+
return `/dev-monitoring/ns/${namespace}`;
288288
case 'virtualization-perspective':
289289
return `/virt-monitoring/dashboards/${boardName}`;
290290
case 'admin':

0 commit comments

Comments
 (0)