fix(network-map): якорить сервисы на выходную ноду
Docker images / prepare-release (push) Successful in 8s
Docker images / backend-image (push) Successful in 1m46s
Docker images / frontend-image (push) Successful in 2m56s
Docker images / notify-webhook (push) Skipped
Docker images / updater-image (push) Successful in 45s
Docker images / publish-release (push) Successful in 16s

Пунктир от EN, а не от JH; перетаскивание узлов сервисов; иконка Google без foreignObject.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-09-07 16:10:39 +07:00
co-authored by Cursor
parent 29d245cde3
commit 77425cca32
5 changed files with 186 additions and 47 deletions
+6
View File
@@ -281,6 +281,12 @@ export const flowMapServiceEdgeDtoSchema = z.object({
bps: z.number().nonnegative(),
bpsFwd: z.number().nonnegative(),
bpsRev: z.number().nonnegative(),
clientId: z.string().optional(),
clientName: z.string().optional(),
clients: z.array(z.object({
id: z.string(),
name: z.string(),
})).optional(),
})
export const flowMapHopsDtoSchema = z.object({