@@ -279,7 +324,7 @@ watch(
Sink bucket: |
- {{ backup?.sink }} |
+ {{ backup?.sink }} |
Storage region: |
@@ -336,6 +381,30 @@ watch(
Updated: |
{{ backup?.updated }} |
+
+ Trashcan Cleanup |
+
+
+ Status: |
+ {{ translateTrashcanCleanupStatus(backup?.trashcan_cleanup_status) }} |
+
+
+ Error Message: |
+ {{ backup?.trashcan_cleanup_error_message?.split(':').pop() }} |
+
+
+ Scheduled: |
+ {{ backup?.trashcan_cleanup_last_scheduled_time }} |
+
+
+ Executed: |
+
+
+ mdi-delete
+ Trashcan
+
+ |
+
@@ -403,4 +472,15 @@ watch(