mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 01:04:24 +08:00
Capitalize Webhook contact point type (#45942)
This commit is contained in:
@ -603,7 +603,7 @@ func GetAvailableNotifiers() []*alerting.NotifierPlugin {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
Type: "webhook",
|
Type: "webhook",
|
||||||
Name: "webhook",
|
Name: "Webhook",
|
||||||
Description: "Sends HTTP POST request to a URL",
|
Description: "Sends HTTP POST request to a URL",
|
||||||
Heading: "Webhook settings",
|
Heading: "Webhook settings",
|
||||||
Options: []alerting.NotifierOption{
|
Options: []alerting.NotifierOption{
|
||||||
|
Reference in New Issue
Block a user