2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-29 14:24:25 +00:00

Visual improvements for "currency" page

This commit is contained in:
Oliver
2021-11-02 11:28:46 +11:00
parent c31a62cc02
commit 2abcb114a8
2 changed files with 17 additions and 9 deletions
+7 -1
View File
@@ -1,7 +1,13 @@
<div class='panel panel-hidden' id='panel-{% block label %}name{% endblock %}'>
{% block panel_heading %}
<div class='panel-heading'>
<h4>{% block heading %}HEADING{% endblock %}</h4>
<div class='d-flex flex-wrap'>
<h4>{% block heading %}HEADING{% endblock %}</h4>
</div>
<div class='btn-group' role='group'>
{% block actions %}
{% endblock %}
</div>
</div>
{% endblock %}
{% block panel_content %}