diff --git a/app/client/components/ui/card.tsx b/app/client/components/ui/card.tsx index 697b9eef..20f21ad1 100644 --- a/app/client/components/ui/card.tsx +++ b/app/client/components/ui/card.tsx @@ -10,14 +10,14 @@ function Card({ className, children, ...props }: React.ComponentProps<"div">) { {...props} > {children} diff --git a/app/client/modules/backups/components/schedule-summary.tsx b/app/client/modules/backups/components/schedule-summary.tsx index a6f0d16e..2036ccfa 100644 --- a/app/client/modules/backups/components/schedule-summary.tsx +++ b/app/client/modules/backups/components/schedule-summary.tsx @@ -105,7 +105,7 @@ export const ScheduleSummary = (props: Props) => { /> -
Schedule
{summary.scheduleLabel}
@@ -180,17 +180,19 @@ export const ScheduleSummary = (props: Props) => { {schedule.lastBackupStatus === "warning" && (Warning Details
-+
{schedule.lastBackupError ?? "Last backup completed with warnings. Check your container logs for more details."}
Error Details
-{schedule.lastBackupError}
+Error details
++ {schedule.lastBackupError} +
Error loading snapshots: {error}
-{error}
+{repository.lastError}
+{repository.lastError}
Repository Error
+Repository error
This repository is in an error state and cannot be accessed.
{repository.lastError && ( -{repository.lastError}
+{repository.lastError}