Skip to content

Commit a279a1b

Browse files
Export all page.
Add export-all page to capture and export device, controller, security and firmware logs. Signed-off-by: Sebastian Rubina <sebastian.rubina@icloud.com>
1 parent eefc9b0 commit a279a1b

File tree

3 files changed

+498
-1
lines changed

3 files changed

+498
-1
lines changed

public/locales/en/translation.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@
269269
"map": "Map",
270270
"max": "Max",
271271
"min": "Min",
272+
"minute": "minute",
273+
"minutes": "minutes",
272274
"miscellaneous": "Miscellaneous",
273275
"mode": "Mode",
274276
"model": "Model",
@@ -900,6 +902,10 @@
900902
"device_firmware_upgrade": "Firmware Upgrade",
901903
"device_statistics": "Device Statistics",
902904
"export": "Export",
905+
"export_all": "Export All",
906+
"export_all_title": "Export All Logs",
907+
"export_format": "Export Format",
908+
"export_success": "Successfully exported {{count}} log entries",
903909
"filter": "Filter",
904910
"firmware": "Firmware",
905911
"global_connections": "Global Connections",
@@ -912,7 +918,21 @@
912918
"thread": "Thread",
913919
"venue_config": "Configuration",
914920
"venue_reboot": "Reboot",
915-
"venue_upgrade": "Upgrade"
921+
"venue_upgrade": "Upgrade",
922+
"websocket_status": "WebSocket Status",
923+
"collection_duration": "Collection Duration",
924+
"collection_started": "Collection Started",
925+
"collection_started_desc": "Collecting logs for {{minutes}} minute(s)",
926+
"collecting_logs": "Collecting logs...",
927+
"logs_collected": "Logs collected",
928+
"logs_will_export": "Logs will be exported as {{format}}",
929+
"start_collection": "Start Collection",
930+
"stay_on_page_info": "Please stay on this page during log collection. Navigating away or refreshing will cancel the collection.",
931+
"stay_on_page_warning": "Do not leave this page or refresh. Collection is in progress.",
932+
"stop_and_export": "Stop & Export",
933+
"no_logs_collected": "No logs were collected during this period",
934+
"no_websockets_connected": "No WebSocket connections available",
935+
"connected_count": "{{count}} of 3 WebSockets connected"
916936
},
917937
"map": {
918938
"auto_align": "Auto Align",

0 commit comments

Comments
 (0)