diff --git a/apps/dokploy/components/dashboard/database/backups/show-backups.tsx b/apps/dokploy/components/dashboard/database/backups/show-backups.tsx index 6619ceae7..616745e18 100644 --- a/apps/dokploy/components/dashboard/database/backups/show-backups.tsx +++ b/apps/dokploy/components/dashboard/database/backups/show-backups.tsx @@ -106,7 +106,7 @@ export const ShowBackups = ({ id, type }: Props) => { {postgres?.backups.map((backup) => (
-
+
Destination @@ -137,6 +137,12 @@ export const ShowBackups = ({ id, type }: Props) => { {backup.enabled ? "Yes" : "No"}
+
+ Keep Latest + + {backup.keepLatestCount || 'All'} + +