Display the representation % of players in metrics

This commit is contained in:
Gabe Kangas
2022-03-27 16:28:14 -07:00
parent 65efdb91b9
commit 299b7ff6de
4 changed files with 22 additions and 2 deletions

View File

@ -93,6 +93,7 @@ const initialServerStatusState = {
healthy: true,
healthPercentage: 100,
message: '',
representation: 0,
},
};