+
+
+
+
+
+
+
+
+
+
+
+ https://wpush.cn/
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 51642d7da..5ed5e70b2 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -63,6 +63,7 @@ import Splunk from "./Splunk.vue";
import SevenIO from "./SevenIO.vue";
import Whapi from "./Whapi.vue";
import Cellsynt from "./Cellsynt.vue";
+import WPush from "./WPush.vue";
/**
* Manage all notification form.
@@ -134,6 +135,7 @@ const NotificationFormList = {
"whapi": Whapi,
"gtxmessaging": GtxMessaging,
"Cellsynt": Cellsynt,
+ "WPush": WPush
};
export default NotificationFormList;