1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

improved slack reporting formatting

This commit is contained in:
Massimo Candela
2019-09-18 18:42:35 +02:00
parent 58014ac7aa
commit 9745e64f00

View File

@@ -56,11 +56,11 @@ export default class ReportSlack extends Report {
method: "POST",
resposnseType: "json",
data: {
text: content.message,
attachments: [
{
color: this.params.colors[message],
title: message
title: message,
text: content.message
}
]
}