+
{units.map((unit) => (
- ({
id: column.id,
title: column.title,
- description: column.domain ?? undefined,
healthStatus: column.group?.health_status,
healthLatencyMs: column.group?.health_latency_ms,
dotClassName: GROUP_DOT_COLORS[index % GROUP_DOT_COLORS.length],
@@ -494,7 +493,7 @@ function ServicesPage() {
const pageDescription = filteredDomain
? `Сервисы с привязками к домену ${filteredDomain.zone_name}`
- : 'Группы, общий домен и FQDN сервисов'
+ : 'Группы для сортировки; у каждого сервиса — общий домен и IP'
const sheets = (
<>