diff --git a/src/common/routes/cluster-view.ts b/src/common/routes/cluster-view.ts index 78b15c0a18..66b9c63d60 100644 --- a/src/common/routes/cluster-view.ts +++ b/src/common/routes/cluster-view.ts @@ -28,7 +28,7 @@ export interface ClusterViewRouteParams { export const clusterViewRoute: RouteProps = { exact: true, - path: "/:clusterId", + path: "/cluster/:clusterId", }; export const clusterViewURL = buildURL(clusterViewRoute.path);