-
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
[ML] Add grouping to the side nav #123805
Conversation
x-pack/plugins/ml/public/application/components/job_selector/use_job_selection.ts
Show resolved
Hide resolved
Pinging @elastic/ml-ui (:ml) |
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 except for the missing single metric viewer no job selected message.
Giving it a green so you're not blocked.
@darnautov Is this PR just about adding grouping / updates to the side nav? Or does this PR also include the flyout selector flow? |
hey @mdefazio, thanks for taking a look! This PR is mostly about adding grouping and some updates to the side nav. Flyout selector has always been on both pages, I just added a logic to open it automatically when the user lands on the page with no job selected. Before the side nav changes the user could only go to the Anomaly Explorer and the Single Metric Viewer with predefined job selection (for instance from the Job list page or any other page that populates the URL with specific job/jobs). |
Good spot, added in eea4506 cc @alvarezmelissa87 |
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.
Tested latest changes and LGTM
Pull Request is not mergeable
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Unknown metric groupsmiscellaneous assets size
References to deprecated APIs
History
To update your PR or re-run it, just comment with: cc @darnautov |
* wip side nav grouping, open anomaly explorer * single metric viewer job selection * add top level data vis link * resolve active route based on path * rename hook * fix breadcrumbs * update Model Management structure * fix i18n * add test subj * handle empty job selection on the Anomaly Explorer page * checks for Anomaly Explorer page * update SMV side nav link * hide job selection control * SMV job selection flyout on open * fix spacer * fix start trial panel positioning * timeseriesOnly for SMV * fix isSelected check for data-test-subj * fix i18n * model management experimental tag * update model management navigation in functional tests * update SMV test with unsupported job * no jobs selected callout in smv * show EuiLoadingContent while loading * update breadcrumbs for model management pages * update images
Summary
Screen.Recording.2022-01-27.at.14.59.11.mov
Checklist