-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Cloud Posture] Rule flyout updates #132327
Conversation
64f8c60
to
931f0ef
Compare
Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security Posture) |
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.
LGTM 🚀
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.
LGTM
@@ -152,7 +91,7 @@ const RuleOverviewTab = ({ rule, toggleRule }: { rule: RuleSavedObject; toggleRu | |||
</span> | |||
</EuiFlexItem> | |||
<EuiFlexItem> | |||
<EuiDescriptionList compressed={false} listItems={getOverviewCard(rule)} /> | |||
<EuiDescriptionList listItems={getRuleList(rule.attributes)} /> |
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.
is there a difference now that this one doesn't have compressed=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.
no, false
is the default
877843e
to
9f62773
Compare
cd0fc4d
to
7af8dc8
Compare
7af8dc8
to
a10e7fd
Compare
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @JordanSh |
Summary
Rule
andOverview -> Remediation
sections in the findings flyout.So basically every change we do in the findings flyout at those sections, we automatically get it in the rule flyout as well.
checked with @tinnytintin10 and he liked it :)
Section
column was renamed toCIS Section
and now displays data