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} +