mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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.
|
{ // New in 8.0.
|
||||||
Label: "Message",
|
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,
|
Element: ElementTypeTextArea,
|
||||||
PropertyName: "message",
|
PropertyName: "message",
|
||||||
},
|
},
|
||||||
@ -270,7 +270,7 @@ func GetAvailableNotifiers() []*NotifierPlugin {
|
|||||||
Label: "Subject",
|
Label: "Subject",
|
||||||
Element: ElementTypeInput,
|
Element: ElementTypeInput,
|
||||||
InputType: InputTypeText,
|
InputType: InputTypeText,
|
||||||
Description: "Templated subject of the email",
|
Description: "Optional subject. You can use templates to customize this field",
|
||||||
PropertyName: "subject",
|
PropertyName: "subject",
|
||||||
Placeholder: alertingTemplates.DefaultMessageTitleEmbed,
|
Placeholder: alertingTemplates.DefaultMessageTitleEmbed,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user