mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Add placeholder to the Email Contact Point Message (#84064)
This commit is contained in:
@@ -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",
|
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",
|
||||||
|
Placeholder: alertingTemplates.DefaultMessageEmbed,
|
||||||
},
|
},
|
||||||
{ // New in 9.0.
|
{ // New in 9.0.
|
||||||
Label: "Subject",
|
Label: "Subject",
|
||||||
|
|||||||
Reference in New Issue
Block a user