Merge pull request #6 from prey87/main

added spoolman id to list_spools.html
This commit is contained in:
Filip Bednárik 2025-01-19 14:22:02 +01:00 committed by GitHub
commit 97e7774622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>