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:
CyberMind-FR 2026-03-26 07:16:45 +01:00
parent 7ec95871fc
commit abfd7f7e37
2 changed files with 6 additions and 7 deletions

View File

@ -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"
}

View File

@ -1,9 +1,9 @@
{
"id": "metrics",
"title": "Metrics Dashboard",
"name": "Metrics",
"icon": "📊",
"path": "/metrics/",
"order": 200,
"category": "monitoring",
"acl": ["admin"]
"description": "Metrics Dashboard"
}