Added server management modal

This commit is contained in:
Juan Gilsanz Polo 2022-09-27 18:42:23 +02:00
parent 3bb3f36ecb
commit 3ccdff9e9f
8 changed files with 207 additions and 17 deletions

View file

@ -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
],
);