From 6828ea3a583101beaaec5b1a9a18873f012bb9ba Mon Sep 17 00:00:00 2001 From: Ali Golzar Date: Wed, 27 Aug 2025 05:57:10 +0330 Subject: [PATCH] feat(ui): show all-time traffic column for inbounds and its clients --- web/assets/js/model/dbinbound.js | 1 + web/html/component/aClientTable.html | 4 ++++ web/html/inbounds.html | 15 +++++++++++++++ 3 files changed, 20 insertions(+) diff --git a/web/assets/js/model/dbinbound.js b/web/assets/js/model/dbinbound.js index 45301ddd..acb62ce4 100644 --- a/web/assets/js/model/dbinbound.js +++ b/web/assets/js/model/dbinbound.js @@ -6,6 +6,7 @@ class DBInbound { this.up = 0; this.down = 0; this.total = 0; + this.allTime = 0; this.remark = ""; this.enable = true; this.expiryTime = 0; diff --git a/web/html/component/aClientTable.html b/web/html/component/aClientTable.html index 96bd502f..8ad337c9 100644 --- a/web/html/component/aClientTable.html +++ b/web/html/component/aClientTable.html @@ -98,6 +98,10 @@ + +