refactor: respect selected timeframe for top domains

This commit is contained in:
zhom
2025-12-01 00:15:23 +04:00
parent 6ad183ab89
commit ca89b917f4
4 changed files with 88 additions and 10 deletions
+1
View File
@@ -320,6 +320,7 @@ export interface FilteredTrafficStats {
bandwidth_history: BandwidthDataPoint[];
period_bytes_sent: number;
period_bytes_received: number;
period_requests: number;
domains: Record<string, DomainAccess>;
unique_ips: string[];
}