feat(admin-remnawave): merge Traffic into Nodes as a per-node accordion

Drop the separate Traffic tab and fold its per-node inbound/outbound breakdown into the Nodes tab: click a node card to expand its traffic breakdown, click again to collapse (chevron indicator; action buttons stop propagation). Realtime totals (down/up/Σ) move to a compact line above the node list. Realtime stats now load on the Nodes tab.
This commit is contained in:
c0mrade
2026-06-01 14:24:07 +03:00
parent 50d7d21462
commit 6c9a77d419
2 changed files with 125 additions and 156 deletions

View File

@@ -1645,6 +1645,7 @@
"totalUpload": "Отдача",
"totalTraffic": "Всего",
"online": "онлайн",
"realtimeTitle": "Текущий трафик",
"inbounds": "Inbounds",
"outbounds": "Outbounds"
},