-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextBlock used for text
in msteamsv2 receiver must have wrap: true
to display the content correctly
#4088
Comments
Hi! 👋 Do you think you could open a PR with the fix (and some screenshots to show broken/fixed behavior)? |
Hi! 👋 Thanks for this. Are you still planning to open a PR with the fix? |
Lddeiva
added a commit
to Lddeiva/alertmanager
that referenced
this issue
Nov 4, 2024
`TextBlock` used for `text` in msteamsv2 receiver must have `wrap: true` to display the content correctly prometheus#4088 Signed-off-by: Deivasigamani Duraisamy <[email protected]>
@grobinson-grafana , I have submitted the PR now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TextBlock used for
title
in msteamsv2 receiver needswrap: true
to display the content correctly.Note: - The TextBlock used for
title
is usingwrap: true
already.alertmanager/notify/msteamsv2/msteamsv2.go
Line 162 in ff8c09d
When there is a lengthy line, the
title
is displayed correctly but thetext
is not. So, please addwrap: true
intext
as well.The text was updated successfully, but these errors were encountered: