From 6d90e268f78f5f6faa78791360073eeb1de54bec Mon Sep 17 00:00:00 2001 From: Khiet Tam Nguyen Date: Wed, 22 Jan 2025 01:09:44 +1100 Subject: [PATCH] fix(ui): volume file mount content, line clamp and preserve whitespace --- .../dashboard/application/advanced/volumes/show-volumes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/application/advanced/volumes/show-volumes.tsx b/apps/dokploy/components/dashboard/application/advanced/volumes/show-volumes.tsx index 9575c59c4..9bbc39449 100644 --- a/apps/dokploy/components/dashboard/application/advanced/volumes/show-volumes.tsx +++ b/apps/dokploy/components/dashboard/application/advanced/volumes/show-volumes.tsx @@ -100,7 +100,7 @@ export const ShowVolumes = ({ id, type }: Props) => { {mount.type === "file" && (
Content - + {mount.content}