secubox-openwrt/package/secubox/luci-app-secubox-p2p/htdocs/luci-static/resources/view/secubox-p2p
CyberMind-FR 3a8555b207 fix(secubox-p2p): Fix RPC expect array handling in peers view
The RPC `expect: { peers: [] }` extracts the array directly, so result
IS the peers array, not result.peers. Added Array.isArray() defensive
check for consistent handling.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 06:04:54 +01:00
..
hub.js feat(p2p): Add MirrorBox auto-init, self-recovery, and ACL fixes 2026-01-30 19:46:28 +01:00
mesh.js
overview.js feat: Major updates - CDN cache with Squid, network modes UI rework, bugfixes 2026-01-30 19:46:28 +01:00
peers.js fix(secubox-p2p): Fix RPC expect array handling in peers view 2026-01-31 06:04:54 +01:00
profiles.js feat(p2p): Add MirrorBox overview and profiles pages 2026-01-30 19:46:28 +01:00
services.js
settings.js