implement google chat notification type

This commit is contained in:
Philipp Bischoff
2021-12-11 23:43:12 +01:00
parent 8bb8b0a53c
commit 8050cb8e99
4 changed files with 63 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ 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';
/**
* Manage all notification form.
@@ -57,6 +58,7 @@ const NotificationFormList = {
"Bark": Bark,
"serwersms": SerwerSMS,
"stackfield": Stackfield,
"Google Chat": GoogleChat
}
export default NotificationFormList