Skip to content

Commit

Permalink
order notification types by name
Browse files Browse the repository at this point in the history
  • Loading branch information
bilipp committed Dec 11, 2021
1 parent 8050cb8 commit 8398466
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/components/notifications/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,33 @@ import GoogleChat from './GoogleChat.vue';
* @type { Record<string, any> }
*/
const NotificationFormList = {
"telegram": Telegram,
"webhook": Webhook,
"smtp": STMP,
"AliyunSMS": AliyunSMS,
"apprise": Apprise,
"Bark": Bark,
"clicksendsms": ClickSendSMS,
"DingDing": DingDing,
"discord": Discord,
"teams": Teams,
"signal": Signal,
"smtp": STMP,
"Feishu": Feishu,
"Google Chat": GoogleChat,
"gotify": Gotify,
"slack": Slack,
"rocket.chat": RocketChat,
"pushover": Pushover,
"pushy": Pushy,
"line": Line,
"lunasea": LunaSea,
"matrix": Matrix,
"mattermost": Mattermost,
"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,
"pushover": Pushover,
"pushy": Pushy,
"rocket.chat": RocketChat,
"serwersms": SerwerSMS,
"signal": Signal,
"slack": Slack,
"stackfield": Stackfield,
"Google Chat": GoogleChat
"teams": Teams,
"telegram": Telegram,
"webhook": Webhook
}

export default NotificationFormList

0 comments on commit 8398466

Please # to comment.