feat: show country emoji and provider name in traffic tab

This commit is contained in:
Fringg
2026-03-28 23:55:50 +03:00
parent 06f6cbeb8e
commit 88c93e2b5f
2 changed files with 8 additions and 1 deletions

View File

@@ -170,6 +170,8 @@ export interface InboundTraffic {
export interface NodeRealtimeStats {
nodeUuid: string;
nodeName: string;
countryEmoji?: string;
providerName?: string;
downloadBytes: number;
uploadBytes: number;
totalBytes: number;