fix(ui): Correct module names in menu.d files

- AI Gateway (was: Ai-gateway)
- MCP Server (was: Mcp-server)
- WAF (was: Waf)
- Threat Analyst (was: Threat-analyst)
- Config Advisor (was: Config-advisor)
- DNS Guard (was: Dns-guard)
- IoT Guard (was: Iot-guard)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-04-04 11:22:16 +02:00
parent 2d26ed04cb
commit 932ef33be9
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"id": "ai-gateway",
"name": "Ai-gateway",
"name": "AI Gateway",
"category": "security",
"icon": "🤖",
"path": "/ai-gateway/",

View File

@ -1,6 +1,6 @@
{
"id": "config-advisor",
"name": "Config-advisor",
"name": "Config Advisor",
"category": "security",
"icon": "📋",
"path": "/config-advisor/",

View File

@ -1,6 +1,6 @@
{
"id": "dns-guard",
"name": "Dns-guard",
"name": "DNS Guard",
"category": "security",
"icon": "🌐",
"path": "/dns-guard/",

View File

@ -1,6 +1,6 @@
{
"id": "iot-guard",
"name": "Iot-guard",
"name": "IoT Guard",
"category": "security",
"icon": "📡",
"path": "/iot-guard/",

View File

@ -1,6 +1,6 @@
{
"id": "mcp-server",
"name": "Mcp-server",
"name": "MCP Server",
"category": "security",
"icon": "🔌",
"path": "/mcp-server/",

View File

@ -1,6 +1,6 @@
{
"id": "threat-analyst",
"name": "Threat-analyst",
"name": "Threat Analyst",
"category": "security",
"icon": "🕵️",
"path": "/threat-analyst/",

View File

@ -1,6 +1,6 @@
{
"id": "waf",
"name": "Waf",
"name": "WAF",
"category": "security",
"icon": "🛡️",
"path": "/waf/",