mirror of
https://github.com/PegaProx/project-pegaprox.git
synced 2026-04-25 18:15:50 +03:00
[PR #63] [MERGED] fix(search): navigate to resources tab when jumping to a VM from search #101
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#101
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/63
Author: @ry-ops
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/22/2026
Merged by: @mkellermann97
Base:
main← Head:fix/vm-search-navigation📝 Commits (1)
be93ceafix(search): navigate to resources tab when jumping to a VM from search📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
web/index.html(+2 -1)📄 Description
Summary
Fixes #49 (VM search navigation goes to cluster overview instead of the VM)
When a user selected a VM from the global search results,
navigateToResultcalledsetSelectedCluster— which lands on the cluster overview tab — and then 300 ms later sethighlightedVm. Because the active tab was still'overview', the VM list was never visible and the highlight had no effect.Fix: Call
setActiveTab('resources')before the highlight timeout so the resources/VM list is shown when the highlight fires.Test plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.