Revert "order notification types by name"

This reverts commit 8398466860.
This commit is contained in:
Philipp Bischoff 2021-12-12 00:08:33 +01:00
parent a71569379e
commit 8ad6bd31d4

View File

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