mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: receivers table in the receivers page (#33119)
This commit is contained in:
9
public/app/plugins/datasource/alertmanager/consts.ts
Normal file
9
public/app/plugins/datasource/alertmanager/consts.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export const receiverTypeNames: Record<string, string> = {
|
||||
pagerduty: 'PagerDuty',
|
||||
pushover: 'Pushover',
|
||||
slack: 'Slack',
|
||||
opsgenie: 'OpsGenie',
|
||||
webhook: 'Webhook',
|
||||
victorops: 'VictorOps',
|
||||
wechat: 'WeChat',
|
||||
};
|
||||
@@ -92,6 +92,7 @@ export type Receiver = {
|
||||
victorops_configs?: unknown[];
|
||||
wechat_configs?: unknown[];
|
||||
grafana_managed_receiver_configs?: GrafanaManagedReceiverConfig[];
|
||||
[key: string]: unknown;
|
||||
};
|
||||
|
||||
export type Route = {
|
||||
|
||||
Reference in New Issue
Block a user