mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 00:35:53 -04:00
feat: new notification provider 46elks
(#5184)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
bafca6bd37
commit
dda40610c7
6 changed files with 93 additions and 1 deletions
|
@ -9,6 +9,7 @@ import CallMeBot from "./CallMeBot.vue";
|
|||
import SMSC from "./SMSC.vue";
|
||||
import DingDing from "./DingDing.vue";
|
||||
import Discord from "./Discord.vue";
|
||||
import Elks from "./46elks.vue";
|
||||
import Feishu from "./Feishu.vue";
|
||||
import FreeMobile from "./FreeMobile.vue";
|
||||
import GoogleChat from "./GoogleChat.vue";
|
||||
|
@ -82,6 +83,7 @@ const NotificationFormList = {
|
|||
"smsc": SMSC,
|
||||
"DingDing": DingDing,
|
||||
"discord": Discord,
|
||||
"Elks": Elks,
|
||||
"Feishu": Feishu,
|
||||
"FreeMobile": FreeMobile,
|
||||
"GoogleChat": GoogleChat,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue