secubox-openwrt/luci-app-system-hub/htdocs/luci-static
CyberMind-FR 6d06ef584f fix(system-hub): correct HTMLCollection display error in updateDashboard
Fixed updateDashboard() to properly convert childNodes to array
before passing to dom.content(). Was showing '[object HTMLCollection]'
instead of rendering the updated metrics.

Changed from:
- dom.content(el, element.children)

To:
- Array.prototype.slice.call(element.childNodes)

This ensures proper DOM manipulation and fixes the refresh cycle.
2025-12-28 03:05:47 +01:00
..
resources fix(system-hub): correct HTMLCollection display error in updateDashboard 2025-12-28 03:05:47 +01:00