- Table stitches (per_auv + cross_auv) avec cancel/retry API - Dispatcher : PLY export auto (--save_ply), trigger stitch en cascade quand tous les jobs d'un AUV sont done - UI : section stitch live depuis DB avec statuts/durées/boutons - Fix : <base href="/cosma-qc/"> + chemins relatifs pour Caddy subpath - open3d 0.19.0 installé sur gpu (.87) - SSH key .82→.87 configurée, alias gpu ajouté sur .82 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
29 lines
788 B
HTML
29 lines
788 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>cosma-qc — dashboard</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<base href="/cosma-qc/">
|
|
<script src="static/htmx.min.js"></script>
|
|
<link rel="stylesheet" href="static/style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>cosma-qc</h1>
|
|
<span class="sub">post-acquisition QC · lingbot-map pipeline</span>
|
|
</header>
|
|
|
|
<section id="monitor" hx-get="partials/monitor" hx-trigger="load, every 5s" hx-swap="innerHTML">
|
|
<p class="muted">Chargement des workers…</p>
|
|
</section>
|
|
|
|
<section id="jobs">
|
|
<h2>Jobs</h2>
|
|
<div id="jobs-table" hx-get="partials/jobs" hx-trigger="load, every 3s" hx-swap="innerHTML">
|
|
<p class="muted">Chargement…</p>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html>
|