mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +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
|
@ -1,9 +1,11 @@
|
|||
class AppliedFiters {
|
||||
String selectedResultStatus = 'all';
|
||||
String? searchText;
|
||||
List<String>? clients;
|
||||
|
||||
AppliedFiters({
|
||||
required this.selectedResultStatus,
|
||||
required this.searchText
|
||||
required this.searchText,
|
||||
required this.clients
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue