You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,6 +31,20 @@ export default async function BackupsPage() {
29
31
subtitle={`View all backups wich are stored in all S3 Target destinations. If a backup exists from an app wich doesnt exist anymore, it will be shown as orphaned.`}>
30
32
</PageTitle>
31
33
<divclassName="space-y-4">
34
+
{!backupData&&<Alertvariant="destructive">
35
+
<AlertCircleclassName="h-4 w-4"/>
36
+
<AlertTitle>Backup data could not be loaded</AlertTitle>
37
+
<AlertDescription>
38
+
The configured backup storage could not be reached. Please verify your S3/B2 target settings and credentials.
<AlertTitle>Some S3 targets could not be loaded</AlertTitle>
44
+
<AlertDescription>
45
+
Backups from the following locations could not be fetched: {failedS3Targets.map((target)=>`${target.name} (${target.endpoint}/${target.bucketName})`).join(', ')}
0 commit comments