-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
Overview:
Node-type violations must display: Cluster Name, Cluster ID, Node Name, and Node ID in the violation detail view. This ensures users can identify exactly which node triggered a file activity violation.
Implementation Details:
Check how the alert API response structures Node-type violations (likely as ResourceAlert). Add a section to the violation detail page that displays the four required fields when the violation is node-based. May require a new component or extending the existing violation detail layout.
Acceptance Criteria:
- Cluster Name is displayed on Node-type file access violations
- Cluster ID is displayed on Node-type file access violations
- Node Name is displayed on Node-type file access violations
- Node ID is displayed on Node-type file access violations
- Fields do not appear on Deployment-type violations
Files to Update:
1. apps/platform/src/Containers/Violations/Details/ViolationDetailsPage.tsx
2. Potentially a new NodeInfo component or extension of existing violation detail components