CONSOLE-5398: Remove events card from node overview dashboard#16697
CONSOLE-5398: Remove events card from node overview dashboard#16697jeff-phillips-18 wants to merge 1 commit into
Conversation
|
@jeff-phillips-18: This pull request references CONSOLE-5398 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target either version "5.0." or "openshift-5.0.", but it targets "openshift-4.23" instead. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test backend |
|
@jeff-phillips-18: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jeff-phillips-18, vojtechszocs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label px-approved |


Closes CONSOLE-5398
Note
This feature is available in Tech Preview only.
Analysis / Root cause:
The Node overview dashboard needed to remove the Events/Activity card to streamline the UI when the
FLAG_NODE_MGMT_V1feature flag is enabled.Solution description:
NodeDashboardto hide the Activity card whenFLAG_NODE_MGMT_V1is enabledDashboardGridto support optional left and right card columns with dynamic main grid span calculationDashboardGrid(7 tests) andNodeDashboard(5 tests)InventoryCardtests with feature flag path validationInventoryCardto use correct pod navigation path based on feature flag (workload tab path vs legacy path)NodeGroupEditButtoninNodesPageto avoid barrel importsScreenshots / screen recording:
*** With tech-preview ***

*** Without tech-preview ***

Test setup:
FLAG_NODE_MGMT_V1feature flag availableTest cases:
FLAG_NODE_MGMT_V1is enabled, verify Activity card is not visible in the Overview dashboard/k8s/cluster/nodes/{name}/workload/podswhen flag is enabledFLAG_NODE_MGMT_V1is disabled, verify Activity card appears in the right column (legacy behavior)/k8s/cluster/nodes/{name}/podswhen flag is disabledBrowser conformance:
Additional info:
This change maintains backward compatibility by conditionally showing the Activity card based on the feature flag state. The DashboardGrid component now intelligently adapts its layout to provide optimal space utilization when side columns are absent.
Reviewers and assignees:
Console Approver:
/assign @jhadvig
Docs approver:
/assign @jseseCCS
PX approver:
/assign @rh-joshbeverly
🤖 Generated with https://claude.com/claude-code