fix: Add MCP Logs to About page module registry
Chronicler #78 | firefrost-services
This commit is contained in:
@@ -27,6 +27,7 @@ const MODULES = [
|
||||
{ name: 'Restart Scheduler', version: '1.0.0', path: '/admin/scheduler', icon: '⏰', status: 'stable' },
|
||||
{ name: 'Audit Log', version: '1.0.0', path: '/admin/audit', icon: '📋', status: 'stable' },
|
||||
{ name: 'Role Audit', version: '1.0.0', path: '/admin/roles', icon: '🔍', status: 'stable' },
|
||||
{ name: 'MCP Logs', version: '1.0.0', path: '/admin/mcp-logs', icon: '🖥️', status: 'new' },
|
||||
];
|
||||
|
||||
function getNodeVersion() {
|
||||
|
||||
Reference in New Issue
Block a user