-
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
[Security solution] [RAC] Add checkbox control column to t-grid #107144
[Security solution] [RAC] Add checkbox control column to t-grid #107144
Conversation
x-pack/plugins/security_solution/common/experimental_features.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/timelines/public/components/t_grid/body/control_columns/checkbox.test.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/timelines/public/components/t_grid/body/index.tsx
Outdated
Show resolved
Hide resolved
49abbf8
to
3ac0f06
Compare
3ac0f06
to
19e8a74
Compare
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
19e8a74
to
334c2b4
Compare
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.
L ✅ TM!!
Thanks for your help Pablo!
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / general / APM API Integration tests (trial).x-pack/test/apm_api_integration/tests/correlations/latency_overall·ts.APM API tests trial apm_8.0.0 correlations latency overall with data and default args returns overall distributionStandard Out
Stack Trace
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: cc @machadoum |
…tic#107144) * Add checkbox control column to t-grid * Add unit tests * Update translations Co-authored-by: Kibana Machine <[email protected]>
) (#107630) * Add checkbox control column to t-grid * Add unit tests * Update translations Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
…tic#107144) * Add checkbox control column to t-grid * Add unit tests * Update translations Co-authored-by: Kibana Machine <[email protected]>
Summary
Add checkbox control column to t-grid. It impacts the security and observability alerts table.
Observability before changes
Observability after changes
Security Before changes
t-gridEnabled: true
Security after changes
t-gridEnabled: true
Checklist