postman update

pull/687/head v0.90.55
hunterlong 2020-06-21 00:16:13 -07:00
parent 89ba7a6359
commit 85059bda4f
4 changed files with 58 additions and 6 deletions

58
dev/postman.json vendored

File diff suppressed because one or more lines are too long

View File

@ -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":

View File

@ -30,7 +30,7 @@ func (e *emailer) Select() *notifications.Notification {
var email = &emailer{&notifications.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",

View File

@ -29,7 +29,7 @@ func (s *statpingEmailer) Select() *notifications.Notification {
var statpingMailer = &statpingEmailer{&notifications.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",