Skip to content

[ML] Data Frame Analytics: Improves layout for custom URLs list#232575

Merged
KodeRad merged 3 commits intoelastic:mainfrom
KodeRad:ml-data-frame-analytics-vertical-custom-url-list
Aug 26, 2025
Merged

[ML] Data Frame Analytics: Improves layout for custom URLs list#232575
KodeRad merged 3 commits intoelastic:mainfrom
KodeRad:ml-data-frame-analytics-vertical-custom-url-list

Conversation

@KodeRad
Copy link
Contributor

@KodeRad KodeRad commented Aug 22, 2025

Summary

Follow-up PR to the #231751

There is another place in which this component is used.

It is located at Data Frame Analytics > Create Job wizard

Screenshot with the fix:

Screenshot 2025-08-22 at 10 08 02

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
  • Documentation was added for features that require explanation or tutorials
  • Unit or functional tests were updated or added to match the most common scenarios
  • If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
  • This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The release_note:breaking label should be applied in these situations.
  • Flaky Test Runner was used on any tests changed
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines
  • Review the backport guidelines and apply applicable backport:* labels.

Identify risks

Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss.

Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging.

@KodeRad KodeRad requested a review from peteharverson August 22, 2025 07:37
@KodeRad KodeRad marked this pull request as ready for review August 22, 2025 08:10
@KodeRad KodeRad requested a review from a team as a code owner August 22, 2025 08:10
@KodeRad KodeRad self-assigned this Aug 22, 2025
@KodeRad KodeRad added enhancement New value added to drive a business result cosmetic Feature:Data Frame Analytics ML data frame analytics features backport:skip This PR does not require backporting release_note:enhancement :ml usability v9.2.0 labels Aug 22, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@peteharverson peteharverson changed the title [ML] Data Frame Analytics: Display custom url list vertically Aug 22, 2025
}
>
<EuiFormRow fullWidth>
<EuiFormRow fullWidth css={styles.formRow}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to the changes here, but for indices without a time field we correctly hide the time range field in the wizard form. However we are showing it in the Edit job flyout. I think we should be hiding it here as it is irrelevant for jobs where the results index doesn't contain a time field. Unless I've missed something @alvarezmelissa87 ?

Screenshot 2025-08-22 at 09 59 27

Maybe you could include this in the refactor follow up - #232576?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK you're right - they should be hidden if no time field is present. 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be addressed in the refactor follow up #232576

Copy link
Contributor

@peteharverson peteharverson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Added a comment about the time range field, but suggest this is done in the follow-up.

Copy link
Contributor

@alvarezmelissa87 alvarezmelissa87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ⚡

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
ml 5.4MB 5.4MB +306.0B

History

cc @KodeRad

@KodeRad KodeRad merged commit baaee38 into elastic:main Aug 26, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting cosmetic enhancement New value added to drive a business result Feature:Data Frame Analytics ML data frame analytics features :ml release_note:enhancement usability v9.2.0

4 participants