Alerting: correct property names for Slack bot icons (#33376)

pull/37378/head
Chip Wolf ‮ 4 years ago committed by GitHub
parent 552eed75e2
commit fe09879ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkg/services/alerting/notifiers/slack.go

@ -63,14 +63,14 @@ func init() {
Element: alerting.ElementTypeInput,
InputType: alerting.InputTypeText,
Description: "Provide an emoji to use as the icon for the bot's message. Overrides the icon URL.",
PropertyName: "iconEmoji",
PropertyName: "icon_emoji",
},
{
Label: "Icon URL",
Element: alerting.ElementTypeInput,
InputType: alerting.InputTypeText,
Description: "Provide a URL to an image to use as the icon for the bot's message",
PropertyName: "iconUrl",
PropertyName: "icon_url",
},
{
Label: "Mention Users",

Loading…
Cancel
Save