B9-Merge fertig: api.ts-Typ (unit) + frontend/dist gebaut
tsc bestaetigte exakt die vom Werkstatt-Gate angekuendigte Luecke (4x TS2339 unit) -> ServicesResp.services um unit ergaenzt, Build gruen. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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-D08iKoV-.js"></script>
|
<script type="module" crossorigin src="/assets/index-CxXfDlAe.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-_Rap01H_.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-_Rap01H_.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -280,7 +280,7 @@ export interface SystemStatus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface ServicesResp {
|
export interface ServicesResp {
|
||||||
services: { name: string; url: string; ok: boolean }[]
|
services: { name: string; unit: string; url: string; ok: boolean }[]
|
||||||
links: { engine_ui: string; gateway: string; hermes_terminal: string }
|
links: { engine_ui: string; gateway: string; hermes_terminal: string }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user