feat(manager): add Proxmox cluster link to Containers page#383
Closed
horner wants to merge 1 commit into
Closed
Conversation
Add a Proxmox button to the Containers page header that opens the cluster web UI (e.g. https://os.mieweb.org:8006) in a new tab. The URL is derived from the origin of a node's API URL so no cluster host is hardcoded; the button only renders when a node API URL is available.
Collaborator
|
Clicking the node name already opens the node directly to the selected container. This feature is both redundant and less useful since it doesn't also navigate to the specific container. |
Member
Author
|
Where. No one knows where? |
Member
Author
|
There is no clickable way to get there from that screen. |
Collaborator
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
Adds a Proxmox button to the Containers page header (
/sites/:siteId/containers) that opens the Proxmox cluster web UI (e.g. https://os.mieweb.org:8006) in a new tab.Details
new URL(apiUrl).origin), and silently hides if none can be parsed.rel="noopener noreferrer"and an accessiblearia-label("Open Proxmox cluster web UI").Testing
Verified locally via
make dev: the button renders in the header and links to the cluster origin.