New Notification Provider SIGNL4 (#5058)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Ron 2024-08-28 23:18:25 +02:00 committed by GitHub
parent 3d9bbe1a62
commit 716832b9f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 77 additions and 1 deletions

View file

@ -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,