mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Capitalize Webhook contact point type (#45942)
This commit is contained in:
parent
970dee4199
commit
1b2c4dca61
@ -603,7 +603,7 @@ func GetAvailableNotifiers() []*alerting.NotifierPlugin {
|
||||
},
|
||||
{
|
||||
Type: "webhook",
|
||||
Name: "webhook",
|
||||
Name: "Webhook",
|
||||
Description: "Sends HTTP POST request to a URL",
|
||||
Heading: "Webhook settings",
|
||||
Options: []alerting.NotifierOption{
|
||||
|
Loading…
Reference in New Issue
Block a user