Skip to content

feat(image registry): detail page#1940

Draft
kimanhou wants to merge 1 commit intocanonical:mainfrom
kimanhou:WD-34379-image-registry-detail-page
Draft

feat(image registry): detail page#1940
kimanhou wants to merge 1 commit intocanonical:mainfrom
kimanhou:WD-34379-image-registry-detail-page

Conversation

@kimanhou
Copy link
Copy Markdown
Contributor

@kimanhou kimanhou commented Apr 10, 2026

--- WIP ---

TODO

  • List images that belong to the registry
  • User can interact with an image which navigates to instance creation with the image preselected.

Open questions:

  • Should the URL include project ?
  • Any suggestion for the Config section in the rich chip ? (see screenshots below)
  • How to create or add an image to an image registry locally ? All my registries are empty so cannot test.

Done

  • feat(image registry): detail page

QA

  1. Run the LXD-UI:
  2. Perform the following QA steps:

Screenshots

Detail page
wip

Rich chip
Screenshot from 2026-04-10 10-54-35
Screenshot from 2026-04-10 10-54-45

@webteam-app
Copy link
Copy Markdown

@omarelkashef
Copy link
Copy Markdown
Contributor

Should the URL include project ?
-> I think so for the sake of consistency with the rest of the registries pages, but we will need to inform the user that it is a global entity and not project-scoped. We already have a ticket for that.

What icon should be used ? I am using the same as images for now.
-> I am using the repository for now since it indicates a collection of things, but I am open to explore more or even ask for a new icon.

When renaming an image registry, should we check for duplicated names ? If so, how ?
-> Yes, I am using checkDuplicateName function which sends a GET request and if it gets a 404, it means that name is not duplicated.

@kimanhou kimanhou force-pushed the WD-34379-image-registry-detail-page branch from c3fccdc to f0b63bb Compare April 10, 2026 11:52
Signed-off-by: Kim Anh Nguyen <4783194+kimanhou@users.noreply.github.com>
@kimanhou kimanhou force-pushed the WD-34379-image-registry-detail-page branch from f0b63bb to 1b7cfd0 Compare April 10, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants