[ML] Anomaly Detection: ensure 'Category examples' tab in the expanded table row can be seen#70241
Merged
alvarezmelissa87 merged 2 commits intoelastic:masterfrom Jun 30, 2020
Conversation
Contributor
|
Pinging @elastic/ml-ui (:ml) |
erick-leao
reviewed
Jun 29, 2020
erick-leao
left a comment
There was a problem hiding this comment.
I recommend that the name of id not be a partner camel and yes with trace
| }, | ||
| { | ||
| id: 'Category examples', | ||
| id: 'categoryExamples', |
There was a problem hiding this comment.
Suggested change
| id: 'categoryExamples', | |
| id: 'category-examples', |
Contributor
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
qn895
approved these changes
Jun 30, 2020
Member
|
LGTM |
alvarezmelissa87
added a commit
to alvarezmelissa87/kibana
that referenced
this pull request
Jun 30, 2020
…d table row can be seen (elastic#70241) * remove space from tab id * update test
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jul 1, 2020
* master: [ML] Modifies page title to Create job (elastic#70191) [APM] Add API test for service maps (elastic#70185) [DOCS] Adds glossary to documentation (elastic#69721) [Usage Collection] Report nodes feature usage (elastic#70108) chore: improve support for mjs file extension (elastic#70186) [ML] Anomaly Detection: ensure 'Category examples' tab in the expanded table row can be seen (elastic#70241) [Maps] Add maps telemetry saved object in with mappings disabled (elastic#69995) Fix typo in bootstrap command (elastic#69976) [code coverage] ingest correct coveredFilePath for mocha (elastic#70215) [Dashboard] Add visualization by value to dashboard (elastic#69898) updates wording in Cases connectors (elastic#70298) [ML] Fix license subscription race condition. (elastic#70074) [Logs UI] [Alerting] "Group by" functionality (elastic#68250)
Bamieh
pushed a commit
to Bamieh/kibana
that referenced
this pull request
Jul 1, 2020
…d table row can be seen (elastic#70241) * remove space from tab id * update test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix for the 'Category examples' tab in the expanded table row showing a blank page and console error.
The
EuiTabbedContentcomponent no longer works withtabsobjects with id's that have a space.Before:
After:
Checklist
Delete any items that are not applicable to this PR.