feat: pipeline monitor + orchestrator stats dashboard

This commit is contained in:
Ubuntu
2026-05-11 10:55:44 +00:00
parent e597407ee5
commit 1a4fffd2c1
6 changed files with 182 additions and 1 deletions

View File

@@ -18,6 +18,13 @@
<p class="muted">Chargement des workers…</p>
</section>
<section id="pipeline">
<h2>Pipeline reconstruction</h2>
<div hx-get="/partials/pipeline" hx-trigger="load, every 5s" hx-swap="innerHTML">
<p class="muted">Chargement pipeline...</p>
</div>
</section>
<section id="jobs">
<h2>Jobs</h2>
<div id="jobs-table" hx-get="/partials/jobs" hx-trigger="load, every 3s" hx-swap="innerHTML">