feat: lien PLY téléchargement direct depuis dashboard (port 8300 worker)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user