mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 00:35:53 -04:00
New Notification Provider SIGNL4 (#5058)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
3d9bbe1a62
commit
716832b9f3
6 changed files with 77 additions and 1 deletions
|
@ -64,6 +64,7 @@ import SevenIO from "./SevenIO.vue";
|
|||
import Whapi from "./Whapi.vue";
|
||||
import Cellsynt from "./Cellsynt.vue";
|
||||
import WPush from "./WPush.vue";
|
||||
import SIGNL4 from "./SIGNL4.vue";
|
||||
|
||||
/**
|
||||
* Manage all notification form.
|
||||
|
@ -114,6 +115,7 @@ const NotificationFormList = {
|
|||
"rocket.chat": RocketChat,
|
||||
"serwersms": SerwerSMS,
|
||||
"signal": Signal,
|
||||
"SIGNL4": SIGNL4,
|
||||
"SMSManager": SMSManager,
|
||||
"SMSPartner": SMSPartner,
|
||||
"slack": Slack,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue