From 0c0912f606dfae3309a310a97daecfa7fd7c3888 Mon Sep 17 00:00:00 2001 From: DearTanker <1122669+DearTanker@users.noreply.github.com> Date: Sun, 29 Jun 2025 21:13:36 +0800 Subject: [PATCH] Style: Remove the width restriction on the server name so that it can be displayed in full. --- .../dashboard/settings/cluster/nodes/show-nodes.tsx | 4 ++-- .../components/dashboard/settings/servers/show-servers.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/cluster/nodes/show-nodes.tsx b/apps/dokploy/components/dashboard/settings/cluster/nodes/show-nodes.tsx index 4354a8bca..51f874d8d 100644 --- a/apps/dokploy/components/dashboard/settings/cluster/nodes/show-nodes.tsx +++ b/apps/dokploy/components/dashboard/settings/cluster/nodes/show-nodes.tsx @@ -87,7 +87,7 @@ export const ShowNodes = ({ serverId }: Props) => { - Hostname + Hostname Status Role Availability @@ -104,7 +104,7 @@ export const ShowNodes = ({ serverId }: Props) => { const isManager = node.Spec.Role === "manager"; return ( - + {node.Description.Hostname} diff --git a/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx b/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx index 813acb340..d6465cf09 100644 --- a/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx +++ b/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx @@ -141,7 +141,7 @@ export const ShowServers = () => { - Name + Name {isCloud && ( Status @@ -173,7 +173,7 @@ export const ShowServers = () => { const isActive = server.serverStatus === "active"; return ( - + {server.name} {isCloud && (