mirror of
https://github.com/DaLaw2/NetGuardia.git
synced 2026-08-24 14:10:28 +09:00
* refactor: Use unsafe blocks for flow statistics updates in ingress and egress EBPF fix: Ensure proper error handling in parsing and access control functions * Add detection and statistics pages with navigation updates - Created detection.html and statistics.html with a consistent layout. - Implemented a sidebar navigation menu with links to Home, Dashboard, Statistics, Access Control, and Detection. - Added loading spinner to enhance user experience during data fetching. - Included favicon.ico for branding purposes. * refactor: Remove commented-out code for load average and CPU temperature in SystemHealth * refactor: Enhance system health metrics collection with configured network stats * refactor: Enhance SystemHealth structure with CPU details and uptime metrics * refactor: Remove commented-out code for ingress interface in SystemHealth * refactor: Update SystemHealthMetrics to include system information and adjust CPU usage calculation * add: Add new webpack and CSS files for improved styling and functionality * refactor: Update health API endpoint paths for consistency * update: dashbrad * update: Update dashbroad --------- Co-authored-by: ParrotXray <41143154@nfu.edu.tw>