From e34405781e02cff22ca6cb261f8642f5dda53538 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Thu, 2 Oct 2025 22:35:55 +0000 Subject: [PATCH] Update backups chart copy to clarify availability --- .../src/components/Backups/UnifiedBackups.tsx | 33 +++++++++++++------ 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/frontend-modern/src/components/Backups/UnifiedBackups.tsx b/frontend-modern/src/components/Backups/UnifiedBackups.tsx index 62fc300b0..8abe808af 100644 --- a/frontend-modern/src/components/Backups/UnifiedBackups.tsx +++ b/frontend-modern/src/components/Backups/UnifiedBackups.tsx @@ -886,7 +886,7 @@ const UnifiedBackups: Component = () => { return avgFactor.toFixed(1) + 'x'; }); - // Calculate backup frequency data for chart + // Calculate available backup counts for chart const chartData = createMemo(() => { const days = chartTimeRange(); const now = new Date(); @@ -1301,11 +1301,16 @@ const UnifiedBackups: Component = () => { {/* Main Content - show when any nodes or PBS are configured */} 0 || (state.pbs && state.pbs.length > 0)}> - {/* Backup Frequency Chart - hide when no backups match the filter */} + {/* Available Backups chart - hide when no backups match the filter */} 0}>
- +
- Last {chartTimeRange()} days + Retained over the last {chartTimeRange()} days