From a8f941b5d912ffcf67a421231dce6e3535b9c38a Mon Sep 17 00:00:00 2001
From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com>
Date: Sun, 22 Feb 2026 07:56:34 +0000
Subject: [PATCH] [autofix.ci] apply automated fixes
---
apps/dokploy/components/dashboard/networks/show-networks.tsx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/apps/dokploy/components/dashboard/networks/show-networks.tsx b/apps/dokploy/components/dashboard/networks/show-networks.tsx
index 6319ebe39..4e8ef6513 100644
--- a/apps/dokploy/components/dashboard/networks/show-networks.tsx
+++ b/apps/dokploy/components/dashboard/networks/show-networks.tsx
@@ -89,7 +89,9 @@ export const ShowNetworks = () => {
{n.scope ?? "—"}
{n.internal ? "Yes" : "No"}
{n.attachable ? "Yes" : "No"}
- {n.serverId ?? "Dokploy server"}
+
+ {n.serverId ?? "Dokploy server"}
+
{new Date(n.createdAt).toLocaleDateString()}