You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inventory-app/templates/item-stats-fragment.html

7 lines
245 B

<div hx-get="/item/{{item_id}}/stats" hx-trigger="new-adjustment from:body" hx-swap="outerHTML" class="row">
<div class="col">Amount in stock: {{amount}} {{unit_abbreviation}}</div>
<div class="col">Total Value: {{value}}</div>
</div>

Powered by TurnKey Linux.