mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
feat: Add routes for Service Catalog view pages
This commit adds routes for the Monitors, Incidents, and Telemetry Services pages in the Service Catalog view. These routes allow users to navigate to specific sections of the Service Catalog and access relevant information. The addition of these routes enhances the usability and functionality of the application.
This commit is contained in:
parent
80b9961bd8
commit
5f2430ff06
@ -535,6 +535,24 @@ const RouteMap: Dictionary<Route> = {
|
|||||||
}`,
|
}`,
|
||||||
),
|
),
|
||||||
|
|
||||||
|
[PageMap.SERVICE_CATALOG_VIEW_MONITORS]: new Route(
|
||||||
|
`/dashboard/${RouteParams.ProjectID}/service-catalog/${
|
||||||
|
ServiceCatalogRoutePath[PageMap.SERVICE_CATALOG_VIEW_MONITORS]
|
||||||
|
}`,
|
||||||
|
),
|
||||||
|
|
||||||
|
[PageMap.SERVICE_CATALOG_VIEW_INCIDENTS]: new Route(
|
||||||
|
`/dashboard/${RouteParams.ProjectID}/service-catalog/${
|
||||||
|
ServiceCatalogRoutePath[PageMap.SERVICE_CATALOG_VIEW_INCIDENTS]
|
||||||
|
}`,
|
||||||
|
),
|
||||||
|
|
||||||
|
[PageMap.SERVICE_CATALOG_VIEW_TELEMETRY_SERVICES]: new Route(
|
||||||
|
`/dashboard/${RouteParams.ProjectID}/service-catalog/${
|
||||||
|
ServiceCatalogRoutePath[PageMap.SERVICE_CATALOG_VIEW_TELEMETRY_SERVICES]
|
||||||
|
}`,
|
||||||
|
),
|
||||||
|
|
||||||
[PageMap.STATUS_PAGES_ROOT]: new Route(
|
[PageMap.STATUS_PAGES_ROOT]: new Route(
|
||||||
`/dashboard/${RouteParams.ProjectID}/status-pages/*`,
|
`/dashboard/${RouteParams.ProjectID}/status-pages/*`,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user