From a82f108760099fb194417dd173a1dea8c8adc487 Mon Sep 17 00:00:00 2001 From: SamNet-dev Date: Fri, 30 Jan 2026 11:08:49 -0600 Subject: [PATCH] Clarify traffic labels: current session vs cumulative - Traffic header now says "current session" to indicate it resets on restart - TOP 5 UPLOAD header now says "cumulative" to show it persists across restarts --- conduit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conduit.sh b/conduit.sh index 24c35f9..de4c9fe 100644 --- a/conduit.sh +++ b/conduit.sh @@ -1217,7 +1217,7 @@ show_dashboard() { fi # Print side by side - printf " ${GREEN}${BOLD}%-30s${NC} ${YELLOW}${BOLD}%s${NC}\033[K\n" "ACTIVE CLIENTS" "TOP 5 UPLOAD" + printf " ${GREEN}${BOLD}%-30s${NC} ${YELLOW}${BOLD}%s${NC}\033[K\n" "ACTIVE CLIENTS" "TOP 5 UPLOAD (cumulative)" local max_rows=${#left_lines[@]} [ ${#right_lines[@]} -gt $max_rows ] && max_rows=${#right_lines[@]} for ((ri=0; ri