order notification types by name

pull/1045/head
Philipp Bischoff 2 years ago
parent 8050cb8e99
commit 8398466860

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