mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Added server management modal
This commit is contained in:
parent
3bb3f36ecb
commit
3ccdff9e9f
8 changed files with 207 additions and 17 deletions
|
@ -80,6 +80,8 @@ class Home extends StatelessWidget {
|
|||
label: AppLocalizations.of(context)!.topClients,
|
||||
data: serversProvider.serverStatus.data!.stats.topClients
|
||||
),
|
||||
|
||||
const SizedBox(height: 70) // To avoid content under fab
|
||||
],
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue