-
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
[ML] Edits create anomaly job intro text #64607
Conversation
Pinging @elastic/ml-ui (:ml) |
x-pack/plugins/ml/public/application/jobs/new_job/pages/job_type/page.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/ml/server/models/data_recognizer/modules/sample_data_ecommerce/manifest.json
Show resolved
Hide resolved
x-pack/plugins/ml/public/application/jobs/new_job/pages/job_type/page.tsx
Show resolved
Hide resolved
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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.
Latest edits LGTM, but would you be able to add in a change to the 'Create job' breadcrumb as noted above?
@@ -45,7 +45,7 @@ const multiMetricBreadcrumbs = [ | |||
...baseBreadcrumbs, | |||
{ | |||
text: i18n.translate('xpack.ml.jobsBreadcrumbs.multiMetricLabel', { | |||
defaultMessage: 'Multi metric', | |||
defaultMessage: 'Multi-metric', |
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.
When testing how this breadcrumb looks, I noticed that a recent PR #64667 changed one of the breadcrumbs for the 'Create job' stage to 'Create jobs' (plural). I think this should always be singular 'Create job'. All of the wizards other than the data recognizer one only create one job, and I don't think the text of the breadcrumb should change for the one use case of using the data recognizer wizard for a module which has multiple jobs. Would you be able to add that edit to this PR please - x-pack/plugins/ml/public/application/routing/breadcrumbs.ts
CREATE_JOB_BREADCRUMB
.
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.
Yup, I've added that change.
@elasticmachine merge upstream |
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 edit and LGTM
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* Edits create anomaly job intro text * [DOCS] More edits * [DOCS] Removes obsolete translations * [DOCS] Addresses feedback * [DOCS] Update create job breadcrumb Co-authored-by: Elastic Machine <[email protected]>
Summary
This PR edits the text in the following panel:
Checklist
Delete any items that are not applicable to this PR.
For maintainers