Wartung: Cockpit-Layout: Leistung (Live-Graphen) ueber die Bereiche verschoben

This commit is contained in:
Hitonabi
2026-07-09 12:08:43 +02:00
parent c2fe13857c
commit 7fab2cbcaa
4 changed files with 16 additions and 16 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -7,7 +7,7 @@
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Mission Control 2.0</title>
<script type="module" crossorigin src="/assets/index-BCXpKH8G.js"></script>
<script type="module" crossorigin src="/assets/index-BTyvVxTy.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DnWvM6fs.css">
</head>
<body>
+12 -12
View File
@@ -122,6 +122,18 @@ export function CockpitView({ onNavigate }: { onNavigate: (v: string) => void })
{/* Morgenlage — das jüngste Nacht-Gutachten (verschwindet, wenn keines da ist) */}
<MorgenlageCard />
{/* Leistung — die Live-Graphen */}
<section>
<ZoneLabel>Leistung</ZoneLabel>
<div className="grid gap-4 md:grid-cols-2">
<SystemStatusCard />
<TokenPerformanceCard />
</div>
<div className="mt-4">
<LatencyCard />
</div>
</section>
{/* Bereichs-Kacheln (6 statt 7 - Logs ist in die Werkzeug-Liste gewandert) */}
<section>
<ZoneLabel>Bereiche</ZoneLabel>
@@ -166,18 +178,6 @@ export function CockpitView({ onNavigate }: { onNavigate: (v: string) => void })
/>
</div>
</section>
{/* Leistung — die Live-Graphen */}
<section>
<ZoneLabel>Leistung</ZoneLabel>
<div className="grid gap-4 md:grid-cols-2">
<SystemStatusCard />
<TokenPerformanceCard />
</div>
<div className="mt-4">
<LatencyCard />
</div>
</section>
</div>
{/* Seitenspalte Rechts */}