Cellsynt mobile services (#4625)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Simon Nilsson 2024-03-29 16:27:54 +01:00 committed by GitHub
parent 88187b66eb
commit 0923d05317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 113 additions and 2 deletions

View file

@ -54,6 +54,7 @@ import WeCom from "./WeCom.vue";
import GoAlert from "./GoAlert.vue";
import ZohoCliq from "./ZohoCliq.vue";
import Splunk from "./Splunk.vue";
import Cellsynt from "./Cellsynt.vue";
/**
* Manage all notification form.
@ -116,6 +117,7 @@ const NotificationFormList = {
"ServerChan": ServerChan,
"ZohoCliq": ZohoCliq,
"gtxmessaging": GtxMessaging,
"Cellsynt": Cellsynt,
};
export default NotificationFormList;