From af191dcd5bf8a44bf30c2975a5c564f104f06377 Mon Sep 17 00:00:00 2001 From: Denozordec Date: Fri, 17 Jul 2026 13:41:25 +0700 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=D1=83=D0=B1=D1=80=D0=B0=D1=82=D1=8C?= =?UTF-8?q?=20FieldSeparator=20=D0=BF=D0=BE=D0=B4=20=D1=80=D0=B0=D1=81?= =?UTF-8?q?=D0=BA=D1=80=D1=8B=D1=82=D1=8B=D0=BC=20Health-check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SettingRow last всегда true для Health-check — separator не между Switch и nested fields. Co-authored-by: Cursor --- apps/web/src/components/health-check-config-fields.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/health-check-config-fields.tsx b/apps/web/src/components/health-check-config-fields.tsx index c2378e1..818a944 100644 --- a/apps/web/src/components/health-check-config-fields.tsx +++ b/apps/web/src/components/health-check-config-fields.tsx @@ -140,7 +140,7 @@ export function HealthCheckConfigFields({ description="TCP/HTTP проверка цели DNS" labelFor={`${idPrefix}-enabled`} compact - last={!value.enabled} + last className={rowClass} titleAddon={