diff --git a/docs/release-control/v6/internal/subsystems/registry.json b/docs/release-control/v6/internal/subsystems/registry.json index ff0fa38e2..ce4a3cff6 100644 --- a/docs/release-control/v6/internal/subsystems/registry.json +++ b/docs/release-control/v6/internal/subsystems/registry.json @@ -4826,12 +4826,9 @@ "internal/recovery/" ], "owned_files": [ - "frontend-modern/src/features/proxmox/BackupActivityChart.tsx", - "frontend-modern/src/features/proxmox/proxmoxBackupActivityPresentation.ts", "frontend-modern/src/features/proxmox/proxmoxBackupRecoveryModel.ts", "frontend-modern/src/features/proxmox/ProxmoxBackupsCoverageStrip.tsx", "frontend-modern/src/features/proxmox/ProxmoxBackupsTable.tsx", - "frontend-modern/src/features/proxmox/proxmoxBackupSummaryPresentation.ts", "frontend-modern/src/features/proxmox/ProxmoxPageSurface.tsx", "frontend-modern/src/hooks/useRecoveryPoints.ts", "frontend-modern/src/types/recovery.ts", @@ -4924,21 +4921,16 @@ "label": "proxmox backup product surface proof", "match_prefixes": [], "match_files": [ - "frontend-modern/src/features/proxmox/BackupActivityChart.tsx", - "frontend-modern/src/features/proxmox/proxmoxBackupActivityPresentation.ts", "frontend-modern/src/features/proxmox/proxmoxBackupRecoveryModel.ts", "frontend-modern/src/features/proxmox/ProxmoxBackupsCoverageStrip.tsx", "frontend-modern/src/features/proxmox/ProxmoxBackupsTable.tsx", - "frontend-modern/src/features/proxmox/proxmoxBackupSummaryPresentation.ts", "frontend-modern/src/features/proxmox/ProxmoxPageSurface.tsx" ], "allow_same_subsystem_tests": false, "test_prefixes": [], "exact_files": [ - "frontend-modern/src/features/proxmox/__tests__/proxmoxBackupActivityPresentation.test.ts", "frontend-modern/src/features/proxmox/__tests__/proxmoxBackupRecoveryModel.test.ts", - "frontend-modern/src/features/proxmox/__tests__/ProxmoxBackupsTable.test.tsx", - "frontend-modern/src/features/proxmox/__tests__/proxmoxBackupSummaryPresentation.test.ts" + "frontend-modern/src/features/proxmox/__tests__/ProxmoxBackupsTable.test.tsx" ] }, { diff --git a/docs/release-control/v6/internal/subsystems/storage-recovery.md b/docs/release-control/v6/internal/subsystems/storage-recovery.md index e47178832..e834109c1 100644 --- a/docs/release-control/v6/internal/subsystems/storage-recovery.md +++ b/docs/release-control/v6/internal/subsystems/storage-recovery.md @@ -43,13 +43,10 @@ state. 14. `frontend-modern/src/utils/storageSummaryCache.ts` 15. `frontend-modern/src/components/Storage/useStorageSummaryCharts.ts` 16. `frontend-modern/src/features/storageBackups/storageCapacityDeltaPresentation.ts` -17. `frontend-modern/src/features/proxmox/BackupActivityChart.tsx` -18. `frontend-modern/src/features/proxmox/ProxmoxBackupsCoverageStrip.tsx` -19. `frontend-modern/src/features/proxmox/ProxmoxBackupsTable.tsx` -20. `frontend-modern/src/features/proxmox/proxmoxBackupActivityPresentation.ts` -21. `frontend-modern/src/features/proxmox/proxmoxBackupRecoveryModel.ts` -22. `frontend-modern/src/features/proxmox/proxmoxBackupSummaryPresentation.ts` -23. `frontend-modern/src/features/proxmox/ProxmoxPageSurface.tsx` +17. `frontend-modern/src/features/proxmox/ProxmoxBackupsCoverageStrip.tsx` +18. `frontend-modern/src/features/proxmox/ProxmoxBackupsTable.tsx` +19. `frontend-modern/src/features/proxmox/proxmoxBackupRecoveryModel.ts` +20. `frontend-modern/src/features/proxmox/ProxmoxPageSurface.tsx` ## Shared Boundaries