Skip to content

MAINT Add registry names to target table - #2479

Merged
Behnam (behnam-o) merged 2 commits into
microsoft:mainfrom
behnam-o:feature/target-table-registry-name
Aug 28, 2026
Merged

MAINT Add registry names to target table#2479
Behnam (behnam-o) merged 2 commits into
microsoft:mainfrom
behnam-o:feature/target-table-registry-name

Conversation

@behnam-o

Copy link
Copy Markdown
Contributor

This PR adds a column to the targets table on the web UI that shows the targets' registry names.

Today we only show the target type (python class), model, endpoint, etc. but not a human-readable friendly name for each entry. The registry name of each target is a good field that serves that purpose.

This is also helpful when multiple targets are registered that have similar model + endpoint + class but differ in some other param (e.g. temprature), usually the registry name is set in a way to clarify that. ( for example, here are 2 default targets we register today that look similar on the UI but the registry name clarifies what's different between them)
image

Comment thread frontend/src/components/Config/TargetTable.test.tsx
@jsong468

Copy link
Copy Markdown
Contributor

is there a reason we didn't do this before? 😄 it seems pretty intuitive to have this...

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: accf86f5-b28e-467e-acac-9ea89a9dfe48
@behnam-o
Behnam (behnam-o) added this pull request to the merge queue Aug 28, 2026
Merged via the queue into microsoft:main with commit 9abcd97 Aug 28, 2026
47 checks passed
@behnam-o
Behnam (behnam-o) deleted the feature/target-table-registry-name branch August 28, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants