2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Fix logic for completing builds

- Display better messages to the user, too
This commit is contained in:
Oliver Walters
2021-04-20 15:10:15 +10:00
parent 4420557863
commit 76e2b67f36
6 changed files with 97 additions and 13 deletions

View File

@ -9,8 +9,12 @@
{% block content %}
{% block header_panel %}
<div class='panel panel-default panel-inventree'>
{% block header_pre_content %}
{% endblock %}
<div class='row'>
<div class='col-sm-6'>
<div class='media-left'>
@ -30,7 +34,12 @@
{% endblock %}
</div>
</div>
{% block header_post_content %}
{% endblock %}
</div>
{% endblock %}
{% block content_panels %}
<div class='panel panel-default panel-inventree'>