|
|
@ -151,8 +151,7 @@ class Teams extends NotificationProvider {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
if (dashboardUrl) {
|
|
|
|
if (dashboardUrl) {
|
|
|
|
payload.attachments.forEach(element => {
|
|
|
|
payload.attachments[0].content.body.push({
|
|
|
|
element.content.push({
|
|
|
|
|
|
|
|
"type": "ActionSet",
|
|
|
|
"type": "ActionSet",
|
|
|
|
"actions": [
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -162,7 +161,6 @@ class Teams extends NotificationProvider {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return payload;
|
|
|
|
return payload;
|
|
|
|