diff --git a/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Archived.tsx b/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Archived.tsx index 925a51d0aa..157949f694 100644 --- a/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Archived.tsx +++ b/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Archived.tsx @@ -18,7 +18,7 @@ import ExceptionsTable from "../../../../../Components/Exceptions/ExceptionsTabl const MetricsTablePage: FunctionComponent< PageComponentProps > = (): ReactElement => { - const modelId: ObjectID = Navigation.getLastParamAsObjectID(1); + const modelId: ObjectID = Navigation.getLastParamAsObjectID(2); const [telemetryService, setTelemetryService] = useState(null); diff --git a/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Resolved.tsx b/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Resolved.tsx index 93648cfd32..4786f739e3 100644 --- a/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Resolved.tsx +++ b/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Resolved.tsx @@ -18,7 +18,7 @@ import ExceptionsTable from "../../../../../Components/Exceptions/ExceptionsTabl const MetricsTablePage: FunctionComponent< PageComponentProps > = (): ReactElement => { - const modelId: ObjectID = Navigation.getLastParamAsObjectID(1); + const modelId: ObjectID = Navigation.getLastParamAsObjectID(2); const [telemetryService, setTelemetryService] = useState(null); diff --git a/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Unresolved.tsx b/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Unresolved.tsx index 14b6757a27..7ee1f42ac2 100644 --- a/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Unresolved.tsx +++ b/Dashboard/src/Pages/Telemetry/Services/View/Exceptions/Unresolved.tsx @@ -18,7 +18,7 @@ import ExceptionsTable from "../../../../../Components/Exceptions/ExceptionsTabl const MetricsTablePage: FunctionComponent< PageComponentProps > = (): ReactElement => { - const modelId: ObjectID = Navigation.getLastParamAsObjectID(1); + const modelId: ObjectID = Navigation.getLastParamAsObjectID(2); const [telemetryService, setTelemetryService] = useState(null); diff --git a/Dashboard/src/Routes/TelemetryRoutes.tsx b/Dashboard/src/Routes/TelemetryRoutes.tsx index ce74427d6a..386332a680 100644 --- a/Dashboard/src/Routes/TelemetryRoutes.tsx +++ b/Dashboard/src/Routes/TelemetryRoutes.tsx @@ -419,7 +419,7 @@ const TelemetryRoutes: FunctionComponent = ( @@ -437,7 +437,7 @@ const TelemetryRoutes: FunctionComponent = ( @@ -455,7 +455,7 @@ const TelemetryRoutes: FunctionComponent = ( diff --git a/Dashboard/src/Utils/Breadcrumbs/TelemetryBreadcrumbs.ts b/Dashboard/src/Utils/Breadcrumbs/TelemetryBreadcrumbs.ts index b8ec8f564a..d3a1ee8ebe 100644 --- a/Dashboard/src/Utils/Breadcrumbs/TelemetryBreadcrumbs.ts +++ b/Dashboard/src/Utils/Breadcrumbs/TelemetryBreadcrumbs.ts @@ -108,6 +108,7 @@ export function getTelemetryBreadcrumbs(path: string): Array | undefined { PageMap.TELEMETRY_SERVICES_VIEW_EXCEPTIONS, ["Project", "Telemetry", "Services", "View Service", "Exceptions"], ), + ...BuildBreadcrumbLinksByTitles( PageMap.TELEMETRY_SERVICES_VIEW_EXCEPTIONS_UNRESOLVED, [