mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-05 04:40:37 +00:00
Added options modal on top items homescreen
This commit is contained in:
parent
0461e5007c
commit
50630a56b8
7 changed files with 285 additions and 44 deletions
|
@ -275,7 +275,7 @@ Future getServerStatus(Server server) async {
|
|||
'stats': jsonDecode(result[0]['body']),
|
||||
'clients': jsonDecode(result[6]['body'])['clients'],
|
||||
'generalEnabled': jsonDecode(result[1]['body']),
|
||||
'filteringEnabled': jsonDecode(result[2]['body']),
|
||||
'filtering': jsonDecode(result[2]['body']),
|
||||
'safeSearchEnabled': jsonDecode(result[3]['body']),
|
||||
'safeBrowsingEnabled': jsonDecode(result[4]['body']),
|
||||
'parentalControlEnabled': jsonDecode(result[5]['body']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue