From 94a38259508e8ecabdb59d53676aff5fc9f654cb Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 17 Jan 2026 06:31:10 +0300 Subject: [PATCH] Update AdminUsers.tsx --- src/pages/AdminUsers.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/pages/AdminUsers.tsx b/src/pages/AdminUsers.tsx index 2932b17..4db11fe 100644 --- a/src/pages/AdminUsers.tsx +++ b/src/pages/AdminUsers.tsx @@ -701,6 +701,14 @@ function UserDetailModal({ userId, onClose, onUpdate }: UserDetailModalProps) { Трафик: {syncStatus.bot_traffic_used_gb.toFixed(2)} ГБ +
+ Устройства: + {syncStatus.bot_device_limit} +
+
+ Сквады: + {syncStatus.bot_squads?.length || 0} +
@@ -714,6 +722,14 @@ function UserDetailModal({ userId, onClose, onUpdate }: UserDetailModalProps) { Трафик: {syncStatus.panel_traffic_used_gb.toFixed(2)} ГБ
+
+ Устройства: + {syncStatus.panel_device_limit} +
+
+ Сквады: + {syncStatus.panel_squads?.length || 0} +