refactor(mitmproxy): Move to Security menu
Move mitmproxy from Services to SecuBox → Security & Access menu alongside CrowdSec for better organization. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
dcc000c55d
commit
e14ef7fa00
@ -1,16 +1,16 @@
|
||||
{
|
||||
"admin/services/mitmproxy": {
|
||||
"admin/secubox/security/mitmproxy": {
|
||||
"title": "mitmproxy",
|
||||
"action": { "type": "view", "path": "mitmproxy/status" },
|
||||
"action": { "type": "firstchild" },
|
||||
"depends": { "acl": ["luci-app-mitmproxy"] },
|
||||
"order": 60
|
||||
"order": 20
|
||||
},
|
||||
"admin/services/mitmproxy/status": {
|
||||
"admin/secubox/security/mitmproxy/status": {
|
||||
"title": "Status",
|
||||
"action": { "type": "view", "path": "mitmproxy/status" },
|
||||
"order": 1
|
||||
},
|
||||
"admin/services/mitmproxy/settings": {
|
||||
"admin/secubox/security/mitmproxy/settings": {
|
||||
"title": "Settings",
|
||||
"action": { "type": "view", "path": "mitmproxy/settings" },
|
||||
"order": 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user