Skip to content

feat(ui): show container name on the UI #9254

Open
kleintonno wants to merge 3 commits intocoollabsio:nextfrom
kleintonno:feat/ui/container-name-display
Open

feat(ui): show container name on the UI #9254
kleintonno wants to merge 3 commits intocoollabsio:nextfrom
kleintonno:feat/ui/container-name-display

Conversation

@kleintonno
Copy link
Copy Markdown
Contributor

Changes

  • Added a <x-container-name> Blade component that displays the container name with a copy-to-clipboard button
  • Added the component to the application heading navbar (shows custom_internal_name if set, otherwise falls back to uuid)
  • Added the component to the database heading navbar (shows uuid which is the container name)

Currently there is no easy way to find a resource's container name in the UI. Users have to check deployment logs or look up the UUID in the URL bar. This makes it visible and copyable with one click.

Issues

Category

  • Bug fix
  • Improvement
  • New feature
  • Adding new one click service
  • Fixing or updating existing one click service

Preview

image

AI Assistance

  • AI was NOT used to create this PR
  • AI was used (please describe below)

If AI was used:

  • Tools used: Claude Code
  • How extensively: Used for initial implementation, all code was reviewed and tested manually

Testing

  • Verified container name displays correctly for applications and databases
  • Verified copy-to-clipboard works in secure context
  • Verified custom_internal_name takes priority over uuid for applications
  • Verified no visual regression in the heading navbar

Contributor Agreement

Important

  • I have read and understood the contributor guidelines. If I have failed to follow any guideline, I understand that this PR may be closed without review.
  • I have searched existing issues and pull requests (including closed ones) to ensure this isn't a duplicate.
  • I have tested all the changes thoroughly with a local development instance of Coolify and I am confident that they will work as expected when a maintainer tests them.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ShadowArcanist
Copy link
Copy Markdown
Member

image

@ShadowArcanist ShadowArcanist added 💤 Waiting for feedback Issues awaiting a response from the author. 💤 Waiting for changes PRs awaiting changes from the author. and removed 💤 Waiting for feedback Issues awaiting a response from the author. labels Mar 29, 2026
Add space in "Container name:" label and replace <code> with <span>
to fix vertical alignment with adjacent buttons.
@kleintonno
Copy link
Copy Markdown
Contributor Author

image

thank you @ShadowArcanist
i've just fixed it

@ShadowArcanist ShadowArcanist removed the 💤 Waiting for changes PRs awaiting changes from the author. label Mar 30, 2026
@ShadowArcanist ShadowArcanist changed the title Feat/UI/container name display feat(ui): show container name on the UI Mar 30, 2026
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.

2 participants