feat(dashboard): WG server tunnels show peer summary instead of per-peer rows

Server tunnels with many peers previously flooded the WG card. Now
server mode shows "X/Y peers online · ▼rx ▲tx" (3-min handshake
threshold) while client tunnels retain full per-peer detail.
Adds i18n keys dashboard.wgCard.peersOnline (EN/DE). v1.1.111.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-26 20:01:49 +02:00
parent 4406f9ac5b
commit 326f79cf00
7 changed files with 28 additions and 13 deletions

View File

@@ -734,7 +734,8 @@
},
"wgCard": {
"title": "WireGuard",
"empty": "No WG tunnel configured yet."
"empty": "No WG tunnel configured yet.",
"peersOnline": "{{online}} / {{total}} peers online"
},
"firewallCard": {
"title": "Firewall",