mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +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": "تا"
|
||||
},
|
||||
"emailTemplates": {
|
||||
"title": "قالبهای ایمیل",
|
||||
|
||||
Reference in New Issue
Block a user