mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-22 07:35:22 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user