mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 13:59:40 +00:00
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:
parent
2d26ed04cb
commit
932ef33be9
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "ai-gateway",
|
||||
"name": "Ai-gateway",
|
||||
"name": "AI Gateway",
|
||||
"category": "security",
|
||||
"icon": "🤖",
|
||||
"path": "/ai-gateway/",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "config-advisor",
|
||||
"name": "Config-advisor",
|
||||
"name": "Config Advisor",
|
||||
"category": "security",
|
||||
"icon": "📋",
|
||||
"path": "/config-advisor/",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "dns-guard",
|
||||
"name": "Dns-guard",
|
||||
"name": "DNS Guard",
|
||||
"category": "security",
|
||||
"icon": "🌐",
|
||||
"path": "/dns-guard/",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "iot-guard",
|
||||
"name": "Iot-guard",
|
||||
"name": "IoT Guard",
|
||||
"category": "security",
|
||||
"icon": "📡",
|
||||
"path": "/iot-guard/",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "mcp-server",
|
||||
"name": "Mcp-server",
|
||||
"name": "MCP Server",
|
||||
"category": "security",
|
||||
"icon": "🔌",
|
||||
"path": "/mcp-server/",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "threat-analyst",
|
||||
"name": "Threat-analyst",
|
||||
"name": "Threat Analyst",
|
||||
"category": "security",
|
||||
"icon": "🕵️",
|
||||
"path": "/threat-analyst/",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "waf",
|
||||
"name": "Waf",
|
||||
"name": "WAF",
|
||||
"category": "security",
|
||||
"icon": "🛡️",
|
||||
"path": "/waf/",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user