mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
Alerting: Add placeholder to the Email Contact Point Message (#84064)
This commit is contained in:
parent
47421febf8
commit
2d6586952d
@ -267,6 +267,7 @@ func GetAvailableNotifiers() []*NotifierPlugin {
|
||||
Description: "Optional message. You can use templates to customize this field. Using a custom message will replace the default message",
|
||||
Element: ElementTypeTextArea,
|
||||
PropertyName: "message",
|
||||
Placeholder: alertingTemplates.DefaultMessageEmbed,
|
||||
},
|
||||
{ // New in 9.0.
|
||||
Label: "Subject",
|
||||
|
Loading…
Reference in New Issue
Block a user