mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: show country emoji and provider name in traffic tab
This commit is contained in:
@@ -170,6 +170,8 @@ export interface InboundTraffic {
|
||||
export interface NodeRealtimeStats {
|
||||
nodeUuid: string;
|
||||
nodeName: string;
|
||||
countryEmoji?: string;
|
||||
providerName?: string;
|
||||
downloadBytes: number;
|
||||
uploadBytes: number;
|
||||
totalBytes: number;
|
||||
|
||||
Reference in New Issue
Block a user