Revert "order notification types by name"

This reverts commit 8398466860.
pull/1045/head
Philipp Bischoff 2 years ago
parent a71569379e
commit 8ad6bd31d4

@ -32,33 +32,33 @@ import GoogleChat from './GoogleChat.vue';
* @type { Record<string, any> } * @type { Record<string, any> }
*/ */
const NotificationFormList = { const NotificationFormList = {
"AliyunSMS": AliyunSMS, "telegram": Telegram,
"apprise": Apprise, "webhook": Webhook,
"Bark": Bark,
"clicksendsms": ClickSendSMS,
"DingDing": DingDing,
"discord": Discord,
"smtp": STMP, "smtp": STMP,
"Feishu": Feishu, "discord": Discord,
"Google Chat": GoogleChat, "teams": Teams,
"signal": Signal,
"gotify": Gotify, "gotify": Gotify,
"line": Line, "slack": Slack,
"lunasea": LunaSea, "rocket.chat": RocketChat,
"matrix": Matrix, "pushover": Pushover,
"mattermost": Mattermost, "pushy": Pushy,
"octopush": Octopush, "octopush": Octopush,
"promosms": PromoSMS, "promosms": PromoSMS,
"clicksendsms": ClickSendSMS,
"lunasea": LunaSea,
"Feishu": Feishu,
"AliyunSMS": AliyunSMS,
"apprise": Apprise,
"pushbullet": Pushbullet, "pushbullet": Pushbullet,
"pushover": Pushover, "line": Line,
"pushy": Pushy, "mattermost": Mattermost,
"rocket.chat": RocketChat, "matrix": Matrix,
"DingDing": DingDing,
"Bark": Bark,
"serwersms": SerwerSMS, "serwersms": SerwerSMS,
"signal": Signal,
"slack": Slack,
"stackfield": Stackfield, "stackfield": Stackfield,
"teams": Teams, "Google Chat": GoogleChat
"telegram": Telegram,
"webhook": Webhook
} }
export default NotificationFormList export default NotificationFormList

Loading…
Cancel
Save