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

More tweaking

This commit is contained in:
Oliver
2021-10-30 00:05:32 +11:00
parent 25a5d8de78
commit 57240865e8
12 changed files with 131 additions and 49 deletions

View File

@ -146,7 +146,7 @@ src="{% static 'img/blank_image.png' %}"
<tr>
<td><span class='fas fa-check-circle'></span></td>
<td>{% trans "Completed" %}</td>
<td> {{ build.completed }} / {{ build.quantity }}</td>
<td>{% progress_bar build.completed build.quantity id='build-completed' max_width='150px' %}</td>
</tr>
{% if build.parent %}
<tr>

View File

@ -1,6 +1,7 @@
{% extends "build/build_base.html" %}
{% load static %}
{% load i18n %}
{% load inventree_extras %}
{% load status_codes %}
{% load markdownify %}
@ -65,7 +66,7 @@
<tr>
<td><span class='fas fa-check-circle'></span></td>
<td>{% trans "Completed" %}</td>
<td>{{ build.completed }} / {{ build.quantity }}</td>
<td>{% progress_bar build.completed build.quantity id='build-completed-2' max_width='150px' %}</td>
</tr>
{% if build.active and build.has_untracked_bom_items %}
<tr>