mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 17:37:13 +00:00
Fix menu configs: metrics title, mesh DNS duplicate
- Fixed metrics menu: changed "title" to "name" - Fixed mesh menu: changed "url" to "path", renamed to "Yggdrasil Mesh" - Removed duplicate "Mesh DNS" entry (kept meshname) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7ec95871fc
commit
abfd7f7e37
|
|
@ -1,10 +1,9 @@
|
|||
{
|
||||
"id": "mesh",
|
||||
"name": "Mesh DNS",
|
||||
"icon": "\ud83c\udf10",
|
||||
"url": "/mesh/",
|
||||
"name": "Yggdrasil Mesh",
|
||||
"icon": "🌐",
|
||||
"path": "/mesh/",
|
||||
"category": "network",
|
||||
"order": 580,
|
||||
"description": "Meshname DNS for Yggdrasil mesh networks",
|
||||
"requires": ["secubox-mesh"]
|
||||
"description": "Yggdrasil mesh network management"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "metrics",
|
||||
"title": "Metrics Dashboard",
|
||||
"name": "Metrics",
|
||||
"icon": "📊",
|
||||
"path": "/metrics/",
|
||||
"order": 200,
|
||||
"category": "monitoring",
|
||||
"acl": ["admin"]
|
||||
"description": "Metrics Dashboard"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user