From 08cc013def09e80c64f1195fea0b6aa18604830f Mon Sep 17 00:00:00 2001 From: Dmitriy Petrov Date: Wed, 12 Aug 2026 23:20:25 +0300 Subject: [PATCH] Clarify device traffic route labels and update Harbor versions --- src/shared/versions.ts | 4 ++-- src/web/features/devices/DevicesPanel.tsx | 6 +++--- src/web/features/devices/TrafficChart.tsx | 18 ++++++++++-------- test/web/device-inventory-contract.test.js | 10 ++++++---- 4 files changed, 21 insertions(+), 17 deletions(-) diff --git a/src/shared/versions.ts b/src/shared/versions.ts index def4d5f..e518e69 100644 --- a/src/shared/versions.ts +++ b/src/shared/versions.ts @@ -1,6 +1,6 @@ export const HARBOR_VERSIONS = Object.freeze({ - macClient: '0.25.4', - gatewayClient: '0.26.3', + macClient: '0.25.5', + gatewayClient: '0.26.4', gatewayBackend: '0.26.4', }); diff --git a/src/web/features/devices/DevicesPanel.tsx b/src/web/features/devices/DevicesPanel.tsx index 3a1dc7a..cce43b6 100644 --- a/src/web/features/devices/DevicesPanel.tsx +++ b/src/web/features/devices/DevicesPanel.tsx @@ -337,7 +337,7 @@ export function DevicesPanel({ feature }: { feature: DevicesFeature }) {

Устройства

Устройства, которые Gateway видит в локальной таблице соседей.

-

Вход — накопленные Gateway/Proxy. Выход — оценка VPN/Direct с запуска текущего учёта.

+

Вход — накопленные Gateway/Proxy. Выход — приблизительно через VPN или Direct с запуска текущего учёта.

@@ -564,8 +564,8 @@ export function DevicesPanel({ feature }: { feature: DevicesFeature }) {