mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 03:37:43 +02:00
UBERF-7428: Fix memory issues (#5940)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
|
||||
<div class="p-6">
|
||||
<div class="flex-row-center">
|
||||
Uniq users: {Object.keys(activeSessions).length}
|
||||
Uniq users: {Object.keys(activeSessions).length} of {data?.statistics?.totalClients} connections
|
||||
</div>
|
||||
<div class="flex-row-center">
|
||||
<CheckBox bind:checked={realUsers} />
|
||||
|
||||
Reference in New Issue
Block a user