Skip to content

Commit

Permalink
[9.0] [Security Solution] Alert flyout - fix suppressed alerts alignm…
Browse files Browse the repository at this point in the history
…ent (elastic#213029) (elastic#213036)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[Security Solution] Alert flyout - fix suppressed alerts alignment
(elastic#213029)](elastic#213029)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"christineweng","email":"18648970+christineweng@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-03-04T06:01:51Z","message":"[Security
Solution] Alert flyout - fix suppressed alerts alignment (elastic#213029)\n\n##
Summary\n\nRef:
https://github.com/elastic/kibana/issues/204184\n\nBefore\n\n![image](https://github.com/user-attachments/assets/d578194a-aaf4-45c1-bccb-42d02110be28)\n\n\nAfter\n\n![image](https://github.com/user-attachments/assets/b183a2ae-dd73-47d8-8319-984246309d98)\n\n\n###
Checklist\n\n- [ ] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"6b6eb43183c3ed06fa475a894cffe2dc7d020d01","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v9.0.0","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Security
Solution] Alert flyout - fix suppressed alerts
alignment","number":213029,"url":"https://github.com/elastic/kibana/pull/213029","mergeCommit":{"message":"[Security
Solution] Alert flyout - fix suppressed alerts alignment (elastic#213029)\n\n##
Summary\n\nRef:
https://github.com/elastic/kibana/issues/204184\n\nBefore\n\n![image](https://github.com/user-attachments/assets/d578194a-aaf4-45c1-bccb-42d02110be28)\n\n\nAfter\n\n![image](https://github.com/user-attachments/assets/b183a2ae-dd73-47d8-8319-984246309d98)\n\n\n###
Checklist\n\n- [ ] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"6b6eb43183c3ed06fa475a894cffe2dc7d020d01"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/213029","number":213029,"mergeCommit":{"message":"[Security
Solution] Alert flyout - fix suppressed alerts alignment (elastic#213029)\n\n##
Summary\n\nRef:
https://github.com/elastic/kibana/issues/204184\n\nBefore\n\n![image](https://github.com/user-attachments/assets/d578194a-aaf4-45c1-bccb-42d02110be28)\n\n\nAfter\n\n![image](https://github.com/user-attachments/assets/b183a2ae-dd73-47d8-8319-984246309d98)\n\n\n###
Checklist\n\n- [ ] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"6b6eb43183c3ed06fa475a894cffe2dc7d020d01"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: christineweng <18648970+christineweng@users.noreply.github.com>
  • Loading branch information
kibanamachine and christineweng authored Mar 4, 2025
1 parent a722cc1 commit df0f9bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const SuppressedAlerts: React.VFC<SuppressedAlertsProps> = ({

return (
<EuiFlexGroup gutterSize="s" alignItems="center">
<EuiFlexItem grow={false}>
<EuiFlexItem>
<InsightsSummaryRow
text={text}
value={alertSuppressionCount}
Expand Down

0 comments on commit df0f9bb

Please sign in to comment.