Update app/client/components/snapshots-table.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jakub Trávník
2025-12-22 14:26:39 +01:00
committed by GitHub
parent 068f9d88b3
commit 9caccc969c

View File

@@ -141,7 +141,7 @@ export const SnapshotsTable = ({ snapshots, repositoryName, backups }: Props) =>
<Server className="h-4 w-4 text-muted-foreground" />
{backup ? (
<Link
to={`/volumes/${backup.volume.id}`}
to={`/volumes/${backup.volume.name}`}
onClick={(e) => e.stopPropagation()}
className="text-sm hover:underline"
>