Fix: Remove gpu-config reference (page was deleted in Phase 0)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ import type { SystemInfoConfig } from './types'
|
||||
|
||||
// Import individual configurations
|
||||
import { dashboardConfig } from './dashboard-config'
|
||||
import { gpuConfig } from './gpu-config'
|
||||
|
||||
import { consentConfig } from './consent-config'
|
||||
import { dsrConfig } from './dsr-config'
|
||||
import { securityConfig } from './security-config'
|
||||
@@ -40,7 +40,6 @@ export const SYSTEM_INFO_CONFIGS: Record<string, SystemInfoConfig> = {
|
||||
dashboard: dashboardConfig,
|
||||
|
||||
// Infrastructure
|
||||
gpu: gpuConfig,
|
||||
dsms: dsmsConfig,
|
||||
sbom: sbomConfig,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user