mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Change the description for the 'Message' field in webhooks (#96153)
This commit is contained in:
@@ -959,7 +959,7 @@ func GetAvailableNotifiers() []*NotifierPlugin {
|
||||
},
|
||||
{ // New in 9.3.
|
||||
Label: "Message",
|
||||
Description: "Custom message. You can use template variables.",
|
||||
Description: "Templated message to be used in the payload's \"message\" field.",
|
||||
Element: ElementTypeTextArea,
|
||||
PropertyName: "message",
|
||||
Placeholder: alertingTemplates.DefaultMessageEmbed,
|
||||
|
||||
@@ -1750,7 +1750,7 @@ export const grafanaAlertNotifiers: Record<GrafanaNotifierType, NotifierDTO> = {
|
||||
element: 'textarea',
|
||||
inputType: '',
|
||||
label: 'Message',
|
||||
description: 'Custom message. You can use template variables.',
|
||||
description: 'Templated message to be used in the payload\'s "message" field.',
|
||||
placeholder: '{{ template "default.message" . }}',
|
||||
propertyName: 'message',
|
||||
selectOptions: null,
|
||||
|
||||
Reference in New Issue
Block a user