[v9.1.x] Alerting: Fix width of Adaptive Cards in Teams notifications (#54045)
Co-authored-by: George Robinson <george.robinson@grafana.com>
This commit is contained in:
co-authored by
George Robinson
parent
1639dad624
commit
f80df9a187
@@ -2224,7 +2224,10 @@ var expNonEmailNotifications = map[string][]string{
|
||||
}
|
||||
],
|
||||
"type": "AdaptiveCard",
|
||||
"version": "1.4"
|
||||
"version": "1.4",
|
||||
"msTeams": {
|
||||
"width": "Full"
|
||||
}
|
||||
},
|
||||
"contentType": "application/vnd.microsoft.card.adaptive"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user