InvenTree/InvenTree/templates/expand_rows.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>