secubox-openwrt/package/secubox/luci-app-secubox-admin/htdocs/luci-static/resources/secubox-admin
CyberMind-FR b0c944c244 fix: Handle undefined options in WidgetRenderer constructor
Fix TypeError when WidgetRenderer is instantiated with undefined options
parameter by adding defensive check at start of __init__ method.

Error:
  TypeError: can't access property "containerId", options is undefined

Fix:
  options = options || {};

This ensures the constructor works even if called without parameters,
preventing the TypeError when accessing options.containerId.

Incremented PKG_RELEASE: 3 → 4
2026-01-04 14:41:53 +01:00
..
admin.css feat: Release v0.8.2 - Admin Control Center, Documentation Mirror & Docker Automation 2026-01-04 08:29:31 +01:00
api.js feat: Multi-source AppStore with version management and updates UI (Phases 1-3) 2026-01-04 10:53:57 +01:00
common.css feat: Release v0.8.2 - Admin Control Center, Documentation Mirror & Docker Automation 2026-01-04 08:29:31 +01:00
components.js feat: Release v0.8.2 - Admin Control Center, Documentation Mirror & Docker Automation 2026-01-04 08:29:31 +01:00
widget-renderer.js fix: Handle undefined options in WidgetRenderer constructor 2026-01-04 14:41:53 +01:00
widgets.css feat: Reactive Widget System for Dashboard (Phase 5) 2026-01-04 14:07:59 +01:00