mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-22 17:39:34 +00:00
Fixed visual bug of tags column in parts lot
This commit is contained in:
parent
8ad3c2e612
commit
5b4c1505b7
1 changed files with 18 additions and 16 deletions
|
|
@ -41,7 +41,8 @@
|
||||||
{{ lot.amount | format_amount(part.partUnit, {'decimals': 5}) }}
|
{{ lot.amount | format_amount(part.partUnit, {'decimals': 5}) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="d-flex flex-column align-items-start">
|
<td >
|
||||||
|
<div class="d-flex flex-column align-items-start">
|
||||||
{% if lot.owner %}
|
{% if lot.owner %}
|
||||||
<span class="badge text-bg-light mb-1" title="{% trans %}part_lot.owner{% endtrans %}">
|
<span class="badge text-bg-light mb-1" title="{% trans %}part_lot.owner{% endtrans %}">
|
||||||
{{ helper.user_icon_link(lot.owner) }}
|
{{ helper.user_icon_link(lot.owner) }}
|
||||||
|
|
@ -70,6 +71,7 @@
|
||||||
{{ lot.lastStocktakeAt | format_datetime("short") }}
|
{{ lot.lastStocktakeAt | format_datetime("short") }}
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="btn-group" role="group">
|
<div class="btn-group" role="group">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue