mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
Alerting: Update in app documentation for customizing message and subject (#70367)
This commit is contained in:
parent
d529636bc3
commit
a1cb7319d5
@ -262,7 +262,7 @@ func GetAvailableNotifiers() []*NotifierPlugin {
|
||||
},
|
||||
{ // New in 8.0.
|
||||
Label: "Message",
|
||||
Description: "Optional message to include with the email. You can use template variables",
|
||||
Description: "Optional message. You can use templates to customize this field. Using a custom message will replace the default message",
|
||||
Element: ElementTypeTextArea,
|
||||
PropertyName: "message",
|
||||
},
|
||||
@ -270,7 +270,7 @@ func GetAvailableNotifiers() []*NotifierPlugin {
|
||||
Label: "Subject",
|
||||
Element: ElementTypeInput,
|
||||
InputType: InputTypeText,
|
||||
Description: "Templated subject of the email",
|
||||
Description: "Optional subject. You can use templates to customize this field",
|
||||
PropertyName: "subject",
|
||||
Placeholder: alertingTemplates.DefaultMessageTitleEmbed,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user