mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
652e6fb83e
* Add buttons to expand / collapse shipment tables (cherry picked from commit0af9fc473e
) * Updates for sales order lines table (cherry picked from commitd99ec062ad
)
6 lines
186 B
HTML
6 lines
186 B
HTML
{% load i18n %}
|
|
|
|
<button id='{{ label }}-expand' class='btn btn-outline-secondary' type='button' title='{% trans "Expand all rows" %}'>
|
|
<span class='fas fa-expand'></span>
|
|
</button>
|