- 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>
30 lines
532 B
JSON
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"
|
|
}
|
|
}
|
|
}
|