fix: supprimer base href /cosma-qc/ — chemins absolus pour accès direct et via Caddy
This commit is contained in:
@@ -4,24 +4,23 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>cosma-qc — dashboard</title>
|
<title>cosma-qc — dashboard</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<base href="/cosma-qc/">
|
<script src="/static/htmx.min.js"></script>
|
||||||
<script src="static/htmx.min.js"></script>
|
<link rel="stylesheet" href="/static/style.css">
|
||||||
<link rel="stylesheet" href="static/style.css">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>cosma-qc</h1>
|
<h1>cosma-qc</h1>
|
||||||
<span class="sub">post-acquisition QC · lingbot-map pipeline</span>
|
<span class="sub">post-acquisition QC · lingbot-map pipeline</span>
|
||||||
<a class="docs-link" href="/cosma-qc/docs/" target="_blank">📖 docs</a>
|
<a class="docs-link" href="/docs/" target="_blank">📖 docs</a>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section id="monitor" hx-get="partials/monitor" hx-trigger="load, every 5s" hx-swap="innerHTML">
|
<section id="monitor" hx-get="/partials/monitor" hx-trigger="load, every 5s" hx-swap="innerHTML">
|
||||||
<p class="muted">Chargement des workers…</p>
|
<p class="muted">Chargement des workers…</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="jobs">
|
<section id="jobs">
|
||||||
<h2>Jobs</h2>
|
<h2>Jobs</h2>
|
||||||
<div id="jobs-table" hx-get="partials/jobs" hx-trigger="load, every 3s" hx-swap="innerHTML">
|
<div id="jobs-table" hx-get="/partials/jobs" hx-trigger="load, every 3s" hx-swap="innerHTML">
|
||||||
<p class="muted">Chargement…</p>
|
<p class="muted">Chargement…</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user