secubox-openwrt/package/secubox/luci-app-metablogizer/root/usr/share/luci/menu.d/luci-app-metablogizer.json
CyberMind-FR 163364843e feat(metablogizer): KISS UI redesign with backend status
- Replace overview.js with dashboard.js using standard cbi-* classes
- Add api.js module for RPC declarations
- Show port, runtime, backend_running status in sites table
- Add sync_config, discover_vhosts, import_vhost RPC methods
- Update ACL with new method permissions
- Menu: Sites -> Dashboard

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

30 lines
532 B
JSON

{
"admin/services/metablogizer": {
"title": "MetaBlogizer",
"order": 85,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-metablogizer"],
"uci": {"metablogizer": true}
}
},
"admin/services/metablogizer/dashboard": {
"title": "Dashboard",
"order": 10,
"action": {
"type": "view",
"path": "metablogizer/dashboard"
}
},
"admin/services/metablogizer/settings": {
"title": "Settings",
"order": 20,
"action": {
"type": "view",
"path": "metablogizer/settings"
}
}
}