Added client name clients list

This commit is contained in:
Juan Gilsanz Polo 2022-10-22 03:16:08 +02:00
parent 82870ded63
commit 195f97ca64
6 changed files with 97 additions and 18 deletions

View file

@ -153,6 +153,7 @@ class _HomeState extends State<Home> {
label: AppLocalizations.of(context)!.topClients,
data: serversProvider.serverStatus.data!.stats.topClients,
type: 'topClients',
clients: true,
),
],
);