From 0f43c33bb71362a761585fb3e8969e8074619b2e Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 28 Oct 2025 22:31:31 +0000 Subject: [PATCH] Fix Docker table Type column width The Type column was too narrow at 8%, causing Service and Container badges to be truncated. Increased to 11% and redistributed space from other columns to maintain 100% total width. --- .../components/Docker/DockerUnifiedTable.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/frontend-modern/src/components/Docker/DockerUnifiedTable.tsx b/frontend-modern/src/components/Docker/DockerUnifiedTable.tsx index fadf0d0..756c7b6 100644 --- a/frontend-modern/src/components/Docker/DockerUnifiedTable.tsx +++ b/frontend-modern/src/components/Docker/DockerUnifiedTable.tsx @@ -591,11 +591,7 @@ const DockerServiceRow: Component<{ row: Extract - + Service @@ -932,28 +928,28 @@ const DockerUnifiedTable: Component = (props) => { - - - - - -
+ Resource + Type + Image / Stack + Status CPU + Memory Tasks / Restarts + Updated / Uptime