mirror of
https://github.com/grafana/grafana.git
synced 2025-01-23 23:13:52 -06:00
pushover: update default message
This commit is contained in:
parent
f36aa2e953
commit
e2be6a38c4
@ -148,7 +148,7 @@ func (this *PushoverNotifier) Notify(evalContext *alerting.EvalContext) error {
|
|||||||
message += fmt.Sprintf("\n<a href=\"%s\">Show graph image</a>", evalContext.ImagePublicUrl)
|
message += fmt.Sprintf("\n<a href=\"%s\">Show graph image</a>", evalContext.ImagePublicUrl)
|
||||||
}
|
}
|
||||||
if message == "" {
|
if message == "" {
|
||||||
message = "Nothing to see here! (Set a notification message to replace this text.)"
|
message = "Notification message missing (Set a notification message to replace this text.)"
|
||||||
}
|
}
|
||||||
|
|
||||||
q := url.Values{}
|
q := url.Values{}
|
||||||
|
Loading…
Reference in New Issue
Block a user