mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-04-18 20:39:39 +00:00
Allow to show parts for manufacturers and footprints.
This commit is contained in:
parent
8dc9c7b9ae
commit
c3fd325645
10 changed files with 126 additions and 46 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div class="card mb-3">
|
||||
<div class="card-header">
|
||||
<a class="card-link" data-toggle="collapse" href="#entityInfo">
|
||||
{% trans %}category.label{% endtrans %}: <b>{{ entity.fullPath }}</b>
|
||||
{{ header_label | trans }}: <b>{{ entity.fullPath }}</b>
|
||||
</a>
|
||||
</div>
|
||||
<div id="entityInfo" class="collapse">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue