mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add node/status filters, custom date range, connected devices to traffic page
- Add NodeFilter dropdown with flag emojis and checkbox selection - Add StatusFilter dropdown with colored status dots - Add DateRangePicker with From/To date inputs, toggle from period mode - Devices column now shows N/M (connected/limit) with accent color - Export CSV passes all active filters to backend - New i18n keys for nodes, statuses, dates in ru/en/zh/fa
This commit is contained in:
@@ -685,7 +685,18 @@
|
||||
"loading": "正在加载流量数据...",
|
||||
"noTariff": "\u2014",
|
||||
"search": "按名称或用户名搜索",
|
||||
"allTariffs": "所有套餐"
|
||||
"allTariffs": "所有套餐",
|
||||
"nodes": "节点",
|
||||
"allNodes": "所有节点",
|
||||
"status": "状态",
|
||||
"allStatuses": "全部",
|
||||
"statusActive": "活跃",
|
||||
"statusTrial": "试用",
|
||||
"statusExpired": "已过期",
|
||||
"statusDisabled": "已禁用",
|
||||
"customDates": "日期",
|
||||
"dateFrom": "从",
|
||||
"dateTo": "到"
|
||||
},
|
||||
"paymentMethods": {
|
||||
"title": "支付方法",
|
||||
|
||||
Reference in New Issue
Block a user