mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 08:45:53 -04:00
zoho cliq notification provider
This commit is contained in:
parent
ecbc0f0477
commit
73bfdb9ef9
7 changed files with 147 additions and 0 deletions
|
@ -42,6 +42,7 @@ import Telegram from "./Telegram.vue";
|
|||
import Webhook from "./Webhook.vue";
|
||||
import WeCom from "./WeCom.vue";
|
||||
import GoAlert from "./GoAlert.vue";
|
||||
import ZohoCliq from "./ZohoCliq.vue";
|
||||
|
||||
/**
|
||||
* Manage all notification form.
|
||||
|
@ -93,6 +94,7 @@ const NotificationFormList = {
|
|||
"WeCom": WeCom,
|
||||
"GoAlert": GoAlert,
|
||||
"ServerChan": ServerChan,
|
||||
"ZohoCliq": ZohoCliq
|
||||
};
|
||||
|
||||
export default NotificationFormList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue