diff --git a/apps/dokploy/components/dashboard/database/backups/show-backups.tsx b/apps/dokploy/components/dashboard/database/backups/show-backups.tsx index 0a6517f96..ff31da750 100644 --- a/apps/dokploy/components/dashboard/database/backups/show-backups.tsx +++ b/apps/dokploy/components/dashboard/database/backups/show-backups.tsx @@ -23,6 +23,12 @@ import { RestoreBackup } from "./restore-backup"; import { AlertBlock } from "@/components/shared/alert-block"; import { HandleBackup } from "./handle-backup"; import { cn } from "@/lib/utils"; +import { + MariadbIcon, + MongodbIcon, + MysqlIcon, + PostgresqlIcon, +} from "@/components/icons/data-tools-icons"; interface Props { id: string; @@ -169,78 +175,109 @@ export const ShowBackups = ({
+ {backup.destination.name} +
++ {backup.database} +
++ {backup.schedule} +
++ {backup.prefix} +
++ {backup.keepLatestCount || "All"} +
+