secubox-openwrt/package/secubox/luci-app-mac-guardian/root/usr/share/luci/menu.d/luci-app-mac-guardian.json
CyberMind-FR 373d77368e feat(mac-guardian): Rename to secubox-app-mac-guardian and add LuCI interface
Rename package folder to follow secubox-app-* convention and add
luci-app-mac-guardian with KISS dashboard: status cards, client table
with trust/block actions, recent alerts, and configuration form.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 16:06:48 +01:00

15 lines
246 B
JSON

{
"admin/services/mac-guardian": {
"title": "MAC Guardian",
"order": 70,
"action": {
"type": "view",
"path": "mac-guardian/dashboard"
},
"depends": {
"acl": ["luci-app-mac-guardian"],
"uci": {"mac-guardian": true}
}
}
}