From 6a4ef1153f93079d593a4a1d2ff706215341656b Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 25 Oct 2025 13:07:15 -0600 Subject: [PATCH] fix(volume-backups): adjust layout for volume backups display and reintroduce toast notifications --- .../application/volume-backups/show-volume-backups.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx b/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx index 1c964da42..fcb8f55e4 100644 --- a/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx +++ b/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx @@ -5,8 +5,8 @@ import { Play, Trash2, } from "lucide-react"; -import { toast } from "sonner"; import { useState } from "react"; +import { toast } from "sonner"; import { DialogAction } from "@/components/shared/dialog-action"; import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button"; @@ -79,7 +79,7 @@ export const ShowVolumeBackups = ({ return ( -
+
Volume Backups @@ -89,7 +89,7 @@ export const ShowVolumeBackups = ({ intervals.
-
+
{volumeBackups && volumeBackups.length > 0 && ( <>