diff --git a/src/components/ClientMonitor/ClientMonitorPage.tsx b/src/components/ClientMonitor/ClientMonitorPage.tsx index db9ee9c..0dc6da1 100644 --- a/src/components/ClientMonitor/ClientMonitorPage.tsx +++ b/src/components/ClientMonitor/ClientMonitorPage.tsx @@ -76,6 +76,7 @@ type HistoryRow = { username?: string; displayName?: string; clientType?: string; + clientIp?: string; status: string; rttMs?: number; currentPath?: string;