feat: lien PLY téléchargement direct depuis dashboard (port 8300 worker)

This commit is contained in:
Flag
2026-04-23 22:14:39 +00:00
parent 325e5feb5f
commit fb38ff2192
3 changed files with 13 additions and 0 deletions

View File

@@ -56,6 +56,9 @@
{% else %}
<button class="viewer-btn" data-view-url="jobs/{{ j.id }}/view" title="Charger PLY dans viser">PLY ↗</button>
{% endif %}
{% if j.ply_url %}
<a class="btn-ply-dl" href="{{ j.ply_url }}" download>PLY ↓</a>
{% endif %}
{% if j.glb_url %}
<a class="btn-glb" href="{{ j.glb_url }}" download>GLB ↓</a>
{% endif %}