diff --git a/src/components/notifications/GoAlert.vue b/src/components/notifications/GoAlert.vue new file mode 100644 index 000000000..30995fd52 --- /dev/null +++ b/src/components/notifications/GoAlert.vue @@ -0,0 +1,30 @@ + + + diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js index ff523052e..2ea178a93 100644 --- a/src/components/notifications/index.js +++ b/src/components/notifications/index.js @@ -36,6 +36,7 @@ import TechulusPush from "./TechulusPush.vue"; import Telegram from "./Telegram.vue"; import Webhook from "./Webhook.vue"; import WeCom from "./WeCom.vue"; +import GoAlert from "./GoAlert.vue"; /** * Manage all notification form. @@ -81,6 +82,7 @@ const NotificationFormList = { "telegram": Telegram, "webhook": Webhook, "WeCom": WeCom, + "GoAlert": GoAlert }; export default NotificationFormList; diff --git a/src/languages/en.js b/src/languages/en.js index f281cadec..95b0df69a 100644 --- a/src/languages/en.js +++ b/src/languages/en.js @@ -576,4 +576,8 @@ export default { "Then choose an action, for example switch the scene to where an RGB light is red.": "Then choose an action, for example switch the scene to where an RGB light is red.", "Frontend Version": "Frontend Version", "Frontend Version do not match backend version!": "Frontend Version do not match backend version!", + "Base URL": "Base URL", + goAlertInfo: "GoAlert is a An open source application for on-call scheduling, automated escalations and notifications (like SMS or voice calls). Automatically engage the right person, the right way, and at the right time!", + goAlertIntegrationKeyInfo: "Get generic API integration key for the service in this format \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\" usually the value of token parameter of copied URL.", + goAlert: "GoAlert" };