mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-26 13:20:11 +03:00
Merge branch 'feat-stats' into feat-toggles
This commit is contained in:
commit
1c98e466c6
2 changed files with 110 additions and 25 deletions
|
@ -212,6 +212,7 @@ new Vue({
|
|||
name: 'Rx',
|
||||
data: this.clientsPersist[client.id].transferRxHistory,
|
||||
}];
|
||||
|
||||
client.transferTxHistory = this.clientsPersist[client.id].transferTxHistory;
|
||||
client.transferRxHistory = this.clientsPersist[client.id].transferRxHistory;
|
||||
client.transferMax = Math.max(...client.transferTxHistory, ...client.transferRxHistory);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue