Various fixes
All checks were successful
Release Creation / build (release) Successful in 59s

This commit is contained in:
2025-05-26 18:26:55 +02:00
parent 86ee9a44ec
commit 28ec390020
14 changed files with 67 additions and 30 deletions

View File

@@ -76,6 +76,8 @@
<div class="name" data-tooltip="{{{item.system.description}}}">
{{item.name}}
</div>
<span class="quantity" data-tooltip="Quantity">{{item.system.quantity}}</span>
<div class="controls">
<a data-tooltip="{{localize 'HELLBORN.Edit'}}" data-action="edit" data-item-id="{{item.id}}"
data-item-uuid="{{item.uuid}}"><i class="fas fa-edit"></i></a>