secubox-openwrt/luci-app-netdata-dashboard/htdocs/luci-static/resources
CyberMind-FR d1346aae0e fix(netdata-dashboard): add missing API methods and aliases
- Added getAllData() method to fetch all system stats in one call
- Added getCpu() alias for getCPU() for consistency with view expectations
- getAllData() returns a combined object with stats, cpu, memory, disk, network, processes, and system data

This resolves "API.getAllData is not a function" and "API.getCpu is not a function" errors
by ensuring the API exports match what the views are calling.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-31 11:04:52 +01:00
..
netdata-dashboard fix(netdata-dashboard): add missing API methods and aliases 2025-12-31 11:04:52 +01:00
view/netdata-dashboard fix(netdata-dashboard): correct API module imports in all views 2025-12-31 11:03:14 +01:00