diff --git a/frontend-modern/src/components/Docker/DockerUnifiedTable.tsx b/frontend-modern/src/components/Docker/DockerUnifiedTable.tsx index 449e7f6ec..2e5931eb4 100644 --- a/frontend-modern/src/components/Docker/DockerUnifiedTable.tsx +++ b/frontend-modern/src/components/Docker/DockerUnifiedTable.tsx @@ -303,7 +303,7 @@ const DockerHostGroupHeader: Component<{ host: DockerHost; colspan: number }> = return ( - +
{displayName} @@ -393,7 +393,7 @@ const DockerContainerRow: Component<{ row: Extract - +
@@ -402,7 +402,7 @@ const DockerContainerRow: Component<{ row: Extract
- + - + {container.image || '—'} - + {statusLabel()} - + 0} fallback={} @@ -429,7 +429,7 @@ const DockerContainerRow: Component<{ row: Extract - + 0} fallback={} @@ -442,13 +442,13 @@ const DockerContainerRow: Component<{ row: Extract - + }> {restarts()} restarts - + —}> {uptime()} @@ -567,7 +567,7 @@ const DockerServiceRow: Component<{ row: Extract onClick={toggle} aria-expanded={expanded()} > - +
@@ -581,30 +581,30 @@ const DockerServiceRow: Component<{ row: Extract
- + Service - + {service.image || '—'} - + {badge.label} - — - — - + — + — + {(service.runningTasks ?? 0)}/{service.desiredTasks ?? 0} tasks - + {(timestamp) => (