mirror of
https://github.com/PegaProx/project-pegaprox.git
synced 2026-04-25 18:15:50 +03:00
[PR #56] [MERGED] fix(console): include cluster host in consoleInfo for external PVE link #93
Labels
No labels
Approved
Q2-3 2026 Development
bug
documentation
enhancement
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/project-pegaprox-PegaProx#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PegaProx/project-pegaprox/pull/56
Author: @ry-ops
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/22/2026
Merged by: @mkellermann97
Base:
main← Head:fix/vnc-console-undefined-hostname📝 Commits (1)
1c4faa2fix(console): include cluster host in consoleInfo for external PVE link📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
web/index.html(+1 -1)📄 Description
Summary
Fixes #53
openInProxmox()builds the external PVE console URL as:But
handleOpenConsolewas settingconsoleInfowithout ahostfield:This caused
consoleInfo.hostto beundefined, producing a broken URL:Fix: Pass the current cluster's host into
consoleInfowhen opening the console modal:Test plan
https://<cluster-host>:8006/?console=...undefinedappears in the generated URL🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.