fix: Sidebar — Website-Kategorie + GPU Infrastruktur entfernt
All checks were successful
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Successful in 39s
CI / test-python-backend-compliance (push) Successful in 38s
CI / test-python-document-crawler (push) Successful in 24s
CI / test-python-dsms-gateway (push) Successful in 21s
All checks were successful
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Successful in 39s
CI / test-python-backend-compliance (push) Successful in 38s
CI / test-python-document-crawler (push) Successful in 24s
CI / test-python-dsms-gateway (push) Successful in 21s
Website (Uebersetzungen, Manager) und GPU Infrastruktur gehoeren nicht ins Compliance Dashboard. GPU ist im Core Admin (macmini:3008). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -304,28 +304,6 @@ export const MODULE_REGISTRY: BackendModule[] = [
|
||||
// ===========================================
|
||||
// INFRASTRUCTURE MODULES
|
||||
// ===========================================
|
||||
{
|
||||
id: 'gpu-infrastructure',
|
||||
name: 'GPU Infrastruktur',
|
||||
description: 'vast.ai GPU-Management und Monitoring',
|
||||
category: 'infrastructure',
|
||||
backend: {
|
||||
service: 'python-backend',
|
||||
port: 8000,
|
||||
basePath: '/api/gpu',
|
||||
endpoints: [
|
||||
{ path: '/instances', method: 'GET', description: 'GPU-Instanzen' },
|
||||
{ path: '/instances', method: 'POST', description: 'Instanz erstellen' },
|
||||
{ path: '/usage', method: 'GET', description: 'Nutzungsstatistiken' },
|
||||
]
|
||||
},
|
||||
frontend: {
|
||||
adminV2Page: '/infrastructure/gpu',
|
||||
oldAdminPage: '/admin/gpu',
|
||||
status: 'connected'
|
||||
},
|
||||
priority: 'medium'
|
||||
},
|
||||
{
|
||||
id: 'security-dashboard',
|
||||
name: 'Security Dashboard',
|
||||
|
||||
Reference in New Issue
Block a user