Alerting: edit receivers (grafana) (#33327)

This commit is contained in:
Domas
2021-04-28 12:22:48 +03:00
committed by GitHub
parent 7ccb022c03
commit df4181c43a
21 changed files with 936 additions and 16 deletions

View File

@@ -387,6 +387,18 @@ export function getAppRoutes(): RouteDescriptor[] {
() => import(/* webpackChunkName: "NotificationsListPage" */ 'app/features/alerting/NotificationsIndex')
),
},
{
path: '/alerting/notifications/receivers/new',
component: SafeDynamicImport(
() => import(/* webpackChunkName: "NotificationsListPage" */ 'app/features/alerting/NotificationsIndex')
),
},
{
path: '/alerting/notifications/receivers/:id/edit',
component: SafeDynamicImport(
() => import(/* webpackChunkName: "NotificationsListPage" */ 'app/features/alerting/NotificationsIndex')
),
},
{
path: '/alerting/notification/new',
component: SafeDynamicImport(