add alerta service

This commit is contained in:
Alvin Pergens
2022-01-26 15:54:17 +01:00
parent ab61acab63
commit cefe43800f
6 changed files with 98 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ import SerwerSMS from "./SerwerSMS.vue";
import Stackfield from './Stackfield.vue';
import WeCom from "./WeCom.vue";
import GoogleChat from "./GoogleChat.vue";
import Alerta from "./Alerta.vue";
/**
* Manage all notification form.
@@ -60,7 +61,8 @@ const NotificationFormList = {
"serwersms": SerwerSMS,
"stackfield": Stackfield,
"WeCom": WeCom,
"GoogleChat": GoogleChat
"GoogleChat": GoogleChat,
"alerta": Alerta,
};
export default NotificationFormList;