Optimize peer tracking table counts API and UI

Enhanced the /api/getPeerTrackingTableCounts endpoint to support returning counts for all configurations when no name is provided. Updated frontend components to fetch all tracking data in a single request, improving efficiency and user experience. Bumped dashboard version to 4.3.2.
This commit is contained in:
Donald Zou
2025-12-19 07:04:07 +08:00
parent b1d7199e84
commit 40e2dddc00
5 changed files with 43 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "app",
"version": "4.3.1",
"version": "4.3.2",
"private": true,
"type": "module",
"module": "es2022",