mirror of https://github.com/statping/statping
parent
89ba7a6359
commit
85059bda4f
File diff suppressed because one or more lines are too long
|
@ -123,6 +123,8 @@ export default Vue.mixin({
|
|||
return "bell"
|
||||
case "fas fa-mobile-alt":
|
||||
return "mobile"
|
||||
case "fas envelope-square":
|
||||
return ["fas", "envelope-square"]
|
||||
case "fab fa-slack":
|
||||
return ["fab", "slack-hash"]
|
||||
case "fab fa-telegram-plane":
|
||||
|
|
|
@ -30,7 +30,7 @@ func (e *emailer) Select() *notifications.Notification {
|
|||
|
||||
var email = &emailer{¬ifications.Notification{
|
||||
Method: "email",
|
||||
Title: "email",
|
||||
Title: "SMTP Mail",
|
||||
Description: "Send emails via SMTP when services are online or offline.",
|
||||
Author: "Hunter Long",
|
||||
AuthorUrl: "https://github.com/hunterlong",
|
||||
|
|
|
@ -29,7 +29,7 @@ func (s *statpingEmailer) Select() *notifications.Notification {
|
|||
|
||||
var statpingMailer = &statpingEmailer{¬ifications.Notification{
|
||||
Method: statpingEmailerName,
|
||||
Title: "Statping Emailer",
|
||||
Title: "Email",
|
||||
Description: "Send an email when a service becomes offline or back online using Statping's email service. You will need to verify your email address.",
|
||||
Author: "Hunter Long",
|
||||
AuthorUrl: "https://github.com/hunterlong",
|
||||
|
|
Loading…
Reference in New Issue