mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-15 17:51:10 -04:00
Cellsynt mobile services (#4625)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
88187b66eb
commit
0923d05317
6 changed files with 113 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue