feat: plate_name + pieces auto-fill + object names from 3MF
Deploy via Portainer / deploy (push) Successful in 0s

This commit is contained in:
Jo
2026-07-07 09:56:05 +02:00
parent d160686e0c
commit b571a5ef0c
3 changed files with 66 additions and 14 deletions
+4
View File
@@ -75,6 +75,10 @@
{% endif %}
{% else %}—{% endif %}
</td></tr>
{% if job.plate_name %}
<tr><th class="text-muted fw-normal">Référence plateau</th>
<td><span class="badge bg-light text-dark border">{{ job.plate_name }}</span></td></tr>
{% endif %}
<tr><th class="text-muted fw-normal">Date</th><td>{{ job.created_at[:10] }}</td></tr>
<tr><th class="text-muted fw-normal">Poids plateau</th><td>{{ job.weight_g }} g</td></tr>
<tr><th class="text-muted fw-normal">Pieces / plateau</th><td>{{ job.pieces_per_plate or 1 }}</td></tr>