mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
fix: add country flags to node usage display
- Add country_code to UserNodeUsageItem type - Add getCountryFlag helper for country code to emoji mapping - Show country flag next to node name in usage bars
This commit is contained in:
@@ -132,6 +132,7 @@ export interface UserPanelInfo {
|
||||
export interface UserNodeUsageItem {
|
||||
node_uuid: string;
|
||||
node_name: string;
|
||||
country_code: string;
|
||||
total_bytes: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user