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>
15 lines
246 B
JSON
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}
|
|
}
|
|
}
|
|
}
|