[ML] File upload lite UI customizations#213275
Conversation
|
Pinging @elastic/ml-ui (:ml) |
x-pack/platform/packages/shared/file-upload-common/src/types.ts
Outdated
Show resolved
Hide resolved
x-pack/platform/packages/shared/file-upload-common/src/types.ts
Outdated
Show resolved
Hide resolved
x-pack/platform/plugins/private/data_visualizer/public/lite/file_status.tsx
Show resolved
Hide resolved
x-pack/platform/plugins/private/data_visualizer/public/lite/file_status.tsx
Outdated
Show resolved
Hide resolved
This is a mistake. I incorrectly removed a space in a previous edit. |
| <EuiDescriptionList | ||
| type="column" | ||
| columnWidths={[15, 85]} | ||
| columnWidths={[30, 70]} |
peteharverson
left a comment
There was a problem hiding this comment.
Latest changes LGTM
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
History
|
|
Starting backport for target branches: 8.x |
(cherry picked from commit 308e181)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[ML] File upload lite UI customizations (#213275)](#213275) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"James Gowdy","email":"jgowdy@elastic.co"},"sourceCommit":{"committedDate":"2025-03-06T15:12:39Z","message":"[ML] File upload lite UI customizations (#213275)","sha":"308e1815da5027d4b1944f22d309346f3a75b278","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","Feature:File and Index Data Viz","Feature:File Upload","backport:version","v9.1.0","v8.19.0"],"title":"[ML] File upload lite UI customizations","number":213275,"url":"https://github.com/elastic/kibana/pull/213275","mergeCommit":{"message":"[ML] File upload lite UI customizations (#213275)","sha":"308e1815da5027d4b1944f22d309346f3a75b278"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/213275","number":213275,"mergeCommit":{"message":"[ML] File upload lite UI customizations (#213275)","sha":"308e1815da5027d4b1944f22d309346f3a75b278"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: James Gowdy <jgowdy@elastic.co>



Adds the ability to customise the flyout's title and description.
Adds expandable rows to the file list to be able to see the summary and file content. No formatting is applied to semi-structured text files.
Adds the ability to set an initial index name which is used to populate the index name input. The user can then edit this afterwards.
To test in playground, this file can be edited to add:
Changes added for #213525