mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
order notification types by name
This commit is contained in:
parent
8050cb8e99
commit
8398466860
1 changed files with 22 additions and 22 deletions
|
@ -32,33 +32,33 @@ import GoogleChat from './GoogleChat.vue';
|
||||||
* @type { Record<string, any> }
|
* @type { Record<string, any> }
|
||||||
*/
|
*/
|
||||||
const NotificationFormList = {
|
const NotificationFormList = {
|
||||||
"telegram": Telegram,
|
|
||||||
"webhook": Webhook,
|
|
||||||
"smtp": STMP,
|
|
||||||
"discord": Discord,
|
|
||||||
"teams": Teams,
|
|
||||||
"signal": Signal,
|
|
||||||
"gotify": Gotify,
|
|
||||||
"slack": Slack,
|
|
||||||
"rocket.chat": RocketChat,
|
|
||||||
"pushover": Pushover,
|
|
||||||
"pushy": Pushy,
|
|
||||||
"octopush": Octopush,
|
|
||||||
"promosms": PromoSMS,
|
|
||||||
"clicksendsms": ClickSendSMS,
|
|
||||||
"lunasea": LunaSea,
|
|
||||||
"Feishu": Feishu,
|
|
||||||
"AliyunSMS": AliyunSMS,
|
"AliyunSMS": AliyunSMS,
|
||||||
"apprise": Apprise,
|
"apprise": Apprise,
|
||||||
"pushbullet": Pushbullet,
|
|
||||||
"line": Line,
|
|
||||||
"mattermost": Mattermost,
|
|
||||||
"matrix": Matrix,
|
|
||||||
"DingDing": DingDing,
|
|
||||||
"Bark": Bark,
|
"Bark": Bark,
|
||||||
|
"clicksendsms": ClickSendSMS,
|
||||||
|
"DingDing": DingDing,
|
||||||
|
"discord": Discord,
|
||||||
|
"smtp": STMP,
|
||||||
|
"Feishu": Feishu,
|
||||||
|
"Google Chat": GoogleChat,
|
||||||
|
"gotify": Gotify,
|
||||||
|
"line": Line,
|
||||||
|
"lunasea": LunaSea,
|
||||||
|
"matrix": Matrix,
|
||||||
|
"mattermost": Mattermost,
|
||||||
|
"octopush": Octopush,
|
||||||
|
"promosms": PromoSMS,
|
||||||
|
"pushbullet": Pushbullet,
|
||||||
|
"pushover": Pushover,
|
||||||
|
"pushy": Pushy,
|
||||||
|
"rocket.chat": RocketChat,
|
||||||
"serwersms": SerwerSMS,
|
"serwersms": SerwerSMS,
|
||||||
|
"signal": Signal,
|
||||||
|
"slack": Slack,
|
||||||
"stackfield": Stackfield,
|
"stackfield": Stackfield,
|
||||||
"Google Chat": GoogleChat
|
"teams": Teams,
|
||||||
|
"telegram": Telegram,
|
||||||
|
"webhook": Webhook
|
||||||
}
|
}
|
||||||
|
|
||||||
export default NotificationFormList
|
export default NotificationFormList
|
||||||
|
|
Loading…
Reference in a new issue