auto-implement: Labels in model endpoints table of the model details flyout look misaligned#263770
Merged
sphilipse merged 3 commits intoelastic:mainfrom Apr 17, 2026
Merged
Conversation
…flyout look misaligned Closes elastic/search-team#13897 Automatically implemented by Claude Code from elastic/search-team#13897 Co-authored-by: claude-code[bot] <claude-code[bot]@users.noreply.github.com>
Contributor
ApprovabilityVerdict: Needs human review This is a minor UI alignment fix with no logic changes - just restructuring flex container nesting in a React component. However, the author does not own the modified file, which is owned by @elastic/search-kibana. The designated code owners should review changes to their files. No code changes detected at You can customize Macroscope's approvability policy. Learn more. |
Contributor
⏳ Build in-progress, with failures
Failed CI Steps
Test Failures
Metrics [docs]Async chunks
History
cc @tutelaris |
sphilipse
approved these changes
Apr 17, 2026
kapral18
added a commit
to kapral18/kibana
that referenced
this pull request
Apr 19, 2026
* main: (114 commits) Fix observability_ai_assistant_tool_call EBT error when connector is an inference endpoint (elastic#263334) init on install (elastic#263732) [One Workflow] fail-fast TaskRecovery for interrupted runs (elastic#261275) [Entity Store] Reset state error after successful task run (elastic#263087) [api-docs] 2026-04-19 Daily api_docs build (elastic#264280) [UII] Fix integration card row height calculation (elastic#264212) [scout] migrate FTR logstash api tests (elastic#262953) [StorageIndexAdapter] Set auto_expand_replicas to fix yellow health on single-node ES clusters (elastic#263096) [api-docs] 2026-04-18 Daily api_docs build (elastic#264260) [Scout] Update test config manifests (elastic#264257) [Security Solution][Detection Engine] enables AI rule creation feature flag (elastic#264036) [dashboards as code] only validate id on PUT route when creating new dashboard (elastic#264161) chore(NA): bump version to 9.5.0 (elastic#262165) skip failing test suite (elastic#263649) skip failing test suite (elastic#264236) [Discover] Convert remaining Enzyme tests to RTL (elastic#259676) auto-implement: Labels in model endpoints table of the model details flyout look misaligned (elastic#263770) [ci] Promote ES docker image after verification (elastic#263890) [Observability:Onboarding] Remove suppress global announcements that was breaking ensemble tests (elastic#264169) [Cases][AttachmentV2] Migrate persistable state part 2 - ML and AIOps charts (elastic#262597) ...
This was referenced Apr 20, 2026
8 tasks
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
This PR was automatically generated by the auto-implement workflow after the
auto-implementlabel was applied to the issue.Issue description
Describe the bug
In the details flyout for a model on the Elastic Inference page, the copy endpoint ID icon and task type label are grouped together, but the placement is dependant on the length of the endpoint ID. When the endpoint ID is too long, it wraps to the next row, leaving a big gap between the ID and the grouped copy icon and task type label. The copy icon no longer looks like it's associated with the ID, and in a list of endpoints, the copy icons and task labels look misaligned and messy.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The placement of the copy icons and task type labels in respect to the endpoint IDs should look tidy.
Screenshots
Environment
9.4.0 SNAPSHOT