Skip to content

Commit

Permalink
postman update
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Jun 21, 2020
1 parent 89ba7a6 commit 85059bd
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 6 deletions.
58 changes: 54 additions & 4 deletions dev/postman.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions frontend/src/mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
2 changes: 1 addition & 1 deletion notifiers/email.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion notifiers/statping_emailer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 85059bd

Please sign in to comment.