Capitalize Webhook contact point type (#45942)

pull/45518/head^2
Armand Grillet 4 years ago committed by GitHub
parent 970dee4199
commit 1b2c4dca61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkg/services/ngalert/notifier/available_channels.go

@ -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{

Loading…
Cancel
Save