mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-16 23:12:50 +00:00
Added top upstreams and average processing time
This commit is contained in:
parent
28229311c0
commit
07bd3dcb9a
15 changed files with 441 additions and 188 deletions
|
@ -5,7 +5,9 @@ import 'package:adguard_home_manager/constants/enums.dart';
|
|||
final List<HomeTopItems> homeTopItemsDefaultOrder = [
|
||||
HomeTopItems.queriedDomains,
|
||||
HomeTopItems.blockedDomains,
|
||||
HomeTopItems.recurrentClients
|
||||
HomeTopItems.recurrentClients,
|
||||
HomeTopItems.topUpstreams,
|
||||
HomeTopItems.avgUpstreamResponseTime
|
||||
];
|
||||
|
||||
final String homeTopItemsDefaultOrderString = jsonEncode(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue