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:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user