added spoolman id to list_spools.html

This commit is contained in:
Erik Pfeiffer 2025-01-05 15:01:19 +01:00
parent 96a85271c0
commit 0cbe2cc140

View File

@ -23,7 +23,7 @@
<!-- Middle: Filament Details -->
<div class="flex-grow-1">
<!-- Vendor Name and Material (Row 1) -->
<h6 class="mb-0">{{ spool.filament.vendor.name }} - {{ spool.filament.material }}</h6>
<h6 class="mb-0">#{{spool.id}} - {{ spool.filament.vendor.name }} - {{ spool.filament.material }}</h6>
<!-- Filament Name (Row 2) -->
<small class="text-muted">{{ spool.filament.name }}</small>
</div>