mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Fix logs filtering by client
This commit is contained in:
parent
aed2500fa4
commit
16f1d4664c
4 changed files with 16 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
class AppliedFiters {
|
||||
String selectedResultStatus = 'all';
|
||||
String? searchText;
|
||||
List<String>? clients;
|
||||
List<String> clients;
|
||||
|
||||
AppliedFiters({
|
||||
required this.selectedResultStatus,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue