+
+
+ {{ $t("documentationOf", ["Heii On-Call"]) }}
+
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 0606d41af..6cb0c9fd9 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -14,6 +14,7 @@ import Gorush from "./Gorush.vue";
import Gotify from "./Gotify.vue";
import GrafanaOncall from "./GrafanaOncall.vue";
import HomeAssistant from "./HomeAssistant.vue";
+import HeiiOnCall from "./HeiiOnCall.vue";
import Kook from "./Kook.vue";
import Line from "./Line.vue";
import LineNotify from "./LineNotify.vue";
@@ -74,6 +75,7 @@ const NotificationFormList = {
"gotify": Gotify,
"GrafanaOncall": GrafanaOncall,
"HomeAssistant": HomeAssistant,
+ "HeiiOnCall": HeiiOnCall,
"Kook": Kook,
"line": Line,
"LineNotify": LineNotify,
diff --git a/src/lang/en.json b/src/lang/en.json
index 21828bdbe..11190a080 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -885,5 +885,7 @@
"deleteRemoteBrowserMessage": "Are you sure want to delete this Remote Browser for all monitors?",
"GrafanaOncallUrl": "Grafana Oncall URL",
"Browser Screenshot": "Browser Screenshot",
- "What is a Remote Browser?": "What is a Remote Browser?"
+ "What is a Remote Browser?": "What is a Remote Browser?",
+ "wayToGetHeiiOnCallDetails": "How to get the Trigger ID and API Keys is explained in the {documentation}",
+ "documentationOf": "{0} Documentation"
}