Merge pull request #6 from prey87/main
added spoolman id to list_spools.html
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user