2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Rearranging buttons

This commit is contained in:
Oliver
2021-10-29 23:20:09 +11:00
parent c04118ed8a
commit 3849ea8057
7 changed files with 110 additions and 43 deletions

View File

@ -275,7 +275,13 @@
<div class='panel panel-hidden' id='panel-attachments'>
<div class='panel-heading'>
<h4>{% trans "Attachments" %}</h4>
<div class='d-flex flex-row'>
<h4>{% trans "Attachments" %}</h4>
{% include "spacer.html" %}
<div class='btn-group' role='group'>
{% include "attachment_button.html" %}
</div>
</div>
</div>
<div class='panel-content'>
{% include "attachment_table.html" %}