-
Notifications
You must be signed in to change notification settings - Fork 8.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
[SIEM][Detections Engine] - Exceptions viewer cleanup #68651
[SIEM][Detections Engine] - Exceptions viewer cleanup #68651
Conversation
Pinging @elastic/siem (Team:SIEM) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks awesome! I appreciate you following up on my late feedback.
...plugins/security_solution/public/common/components/exceptions/__examples__/index.stories.tsx
Outdated
Show resolved
Hide resolved
...ugins/security_solution/public/common/components/and_or_badge/__examples__/index.stories.tsx
Show resolved
Hide resolved
...k/plugins/security_solution/public/common/components/exceptions/viewer/exception_details.tsx
Outdated
Show resolved
Hide resolved
...plugins/security_solution/public/common/components/exceptions/__examples__/index.stories.tsx
Outdated
Show resolved
Hide resolved
...k/plugins/security_solution/public/common/components/exceptions/viewer/exception_details.tsx
Outdated
Show resolved
Hide resolved
@@ -134,7 +134,7 @@ const ExceptionEntriesComponent = ({ | |||
</EuiFlexItem> | |||
</EuiFlexGroup> | |||
</EuiFlexItem> | |||
<EuiFlexItem> | |||
<EuiFlexItem grow={false}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What caused this change, here? I couldn't see it having any effect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rylnd for pointing these out! I went ahead and 1) removed the |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
### Summary This PR is a follow up to elastic#68027 where some feedback didn't make it in. It cleans up the and_or_badge component, updates some css, and cleans up stories.
* master: [Ingest Manager] Document fleet configuration flags (elastic#66736) [Metrics UI] Fix fatal error when no data is available for Metric Threshold Alerts (elastic#68678) [SIEM][Detections Engine] - Exceptions viewer cleanup (elastic#68651) [SIEM] Fixes flyout flaky test (elastic#68683) [SIEM] Cypress renaming (elastic#68659)
Pinging @elastic/security-solution (Team: SecuritySolution) |
Summary
This PR is a follow up to #68027 where some feedback didn't make it in. It cleans up the
and_or_badge
component, updates some css, and cleans up stories.Checklist