Wartung: Cockpit-Layout: Leistung (Live-Graphen) ueber die Bereiche verschoben
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<title>Mission Control 2.0</title>
|
<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">
|
<link rel="stylesheet" crossorigin href="/assets/index-DnWvM6fs.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -122,6 +122,18 @@ export function CockpitView({ onNavigate }: { onNavigate: (v: string) => void })
|
|||||||
{/* Morgenlage — das jüngste Nacht-Gutachten (verschwindet, wenn keines da ist) */}
|
{/* Morgenlage — das jüngste Nacht-Gutachten (verschwindet, wenn keines da ist) */}
|
||||||
<MorgenlageCard />
|
<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) */}
|
{/* Bereichs-Kacheln (6 statt 7 - Logs ist in die Werkzeug-Liste gewandert) */}
|
||||||
<section>
|
<section>
|
||||||
<ZoneLabel>Bereiche</ZoneLabel>
|
<ZoneLabel>Bereiche</ZoneLabel>
|
||||||
@@ -166,18 +178,6 @@ export function CockpitView({ onNavigate }: { onNavigate: (v: string) => void })
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</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>
|
</div>
|
||||||
|
|
||||||
{/* Seitenspalte Rechts */}
|
{/* Seitenspalte Rechts */}
|
||||||
|
|||||||
Reference in New Issue
Block a user