mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-11 08:04:17 -08:00
Change name from "Google Chat" to Google Chat (Google Workspace only)
This commit is contained in:
parent
a6072a0e30
commit
f6fc3737fc
|
@ -1,4 +1,4 @@
|
|||
import STMP from "./SMTP.vue"
|
||||
import STMP from "./SMTP.vue";
|
||||
import Telegram from "./Telegram.vue";
|
||||
import Discord from "./Discord.vue";
|
||||
import Webhook from "./Webhook.vue";
|
||||
|
@ -23,8 +23,8 @@ import AliyunSMS from "./AliyunSms.vue";
|
|||
import DingDing from "./DingDing.vue";
|
||||
import Bark from "./Bark.vue";
|
||||
import SerwerSMS from "./SerwerSMS.vue";
|
||||
import Stackfield from './Stackfield.vue';
|
||||
import GoogleChat from './GoogleChat.vue';
|
||||
import Stackfield from "./Stackfield.vue";
|
||||
import GoogleChat from "./GoogleChat.vue";
|
||||
|
||||
/**
|
||||
* Manage all notification form.
|
||||
|
@ -58,7 +58,7 @@ const NotificationFormList = {
|
|||
"Bark": Bark,
|
||||
"serwersms": SerwerSMS,
|
||||
"stackfield": Stackfield,
|
||||
"Google Chat": GoogleChat
|
||||
}
|
||||
"Google Chat (Google Workspace only)": GoogleChat
|
||||
};
|
||||
|
||||
export default NotificationFormList
|
||||
export default NotificationFormList;
|
||||
|
|
Loading…
Reference in a new issue