diff --git a/docs/release-control/v6/internal/subsystems/unified-resources.md b/docs/release-control/v6/internal/subsystems/unified-resources.md index 62c523d8d..dbc320490 100644 --- a/docs/release-control/v6/internal/subsystems/unified-resources.md +++ b/docs/release-control/v6/internal/subsystems/unified-resources.md @@ -256,7 +256,7 @@ Inside that disclosure, the governance summary also stays label-first with compact rows and badges instead of a second card stack, so policy detail reads as supporting context rather than another dashboard. Inside that disclosure, learned dependency and correlation detail now sits -behind its own reveal instead of rendering at full depth immediately, so the +behind its own reveal without an additional bordered card wrapper, so the opened investigation surface stays label-first and leaves relationship pattern detail behind the reveal. Change-related summary badges now belong to the `Change history` section diff --git a/frontend-modern/src/components/Infrastructure/ResourceDetailDrawer.tsx b/frontend-modern/src/components/Infrastructure/ResourceDetailDrawer.tsx index 28e5cde4b..3f33b0396 100644 --- a/frontend-modern/src/components/Infrastructure/ResourceDetailDrawer.tsx +++ b/frontend-modern/src/components/Infrastructure/ResourceDetailDrawer.tsx @@ -1862,13 +1862,14 @@ const DrawerContent: Component = (props) => { compact /> -
+
-
-
- Correlation context -
-
+ + Correlation context +
-
+
{ expect(screen.getByText('stable')).toBeInTheDocument(); expect(screen.getByText('Notes')).toBeInTheDocument(); expect(screen.getByText('3')).toBeInTheDocument(); + expect(screen.getByTestId('resource-correlation-context').querySelector('.rounded.border')).toBeNull(); fireEvent.click(screen.getByRole('button', { name: 'Show correlations' })); expect( screen