[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-02-22 07:56:34 +00:00
committed by GitHub
parent c68fac55fd
commit a8f941b5d9

View File

@@ -89,7 +89,9 @@ export const ShowNetworks = () => {
<TableCell>{n.scope ?? "—"}</TableCell>
<TableCell>{n.internal ? "Yes" : "No"}</TableCell>
<TableCell>{n.attachable ? "Yes" : "No"}</TableCell>
<TableCell>{n.serverId ?? "Dokploy server"}</TableCell>
<TableCell>
{n.serverId ?? "Dokploy server"}
</TableCell>
<TableCell className="text-muted-foreground">
{new Date(n.createdAt).toLocaleDateString()}
</TableCell>