mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 00:35:53 -04:00
Add PagerTree Notification Provider
This commit is contained in:
parent
0197778af1
commit
ef54d9e3b6
5 changed files with 138 additions and 1 deletions
|
@ -22,6 +22,7 @@ import Ntfy from "./Ntfy.vue";
|
|||
import Octopush from "./Octopush.vue";
|
||||
import OneBot from "./OneBot.vue";
|
||||
import PagerDuty from "./PagerDuty.vue";
|
||||
import PagerTree from "./PagerTree.vue";
|
||||
import PromoSMS from "./PromoSMS.vue";
|
||||
import Pushbullet from "./Pushbullet.vue";
|
||||
import PushDeer from "./PushDeer.vue";
|
||||
|
@ -76,6 +77,7 @@ const NotificationFormList = {
|
|||
"octopush": Octopush,
|
||||
"OneBot": OneBot,
|
||||
"PagerDuty": PagerDuty,
|
||||
"PagerTree": PagerTree,
|
||||
"promosms": PromoSMS,
|
||||
"pushbullet": Pushbullet,
|
||||
"PushByTechulus": TechulusPush,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue