mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Added modal to select clients on logs
This commit is contained in:
parent
f10ba33222
commit
a4a7840e55
10 changed files with 291 additions and 13 deletions
|
@ -143,7 +143,8 @@ class TopItems extends StatelessWidget {
|
|||
logsProvider.setAppliedFilters(
|
||||
AppliedFiters(
|
||||
selectedResultStatus: 'all',
|
||||
searchText: item.keys.toList()[0]
|
||||
searchText: item.keys.toList()[0],
|
||||
clients: null
|
||||
)
|
||||
);
|
||||
appConfigProvider.setSelectedScreen(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue