mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Mark who a build was completed by
This commit is contained in:
parent
85869c07f6
commit
cd514bf1db
@ -27,7 +27,7 @@
|
|||||||
<td>{{ build.quantity }}</td>
|
<td>{{ build.quantity }}</td>
|
||||||
<td>{% include "build_status.html" with build=build %}
|
<td>{% include "build_status.html" with build=build %}
|
||||||
{% if completed %}
|
{% if completed %}
|
||||||
<td>{{ build.completion_date }}</td>
|
<td>{{ build.completion_date }}<span class='badge'>{{ build.completed_by.username }}</span></td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td>{{ build.creation_date }}</td>
|
<td>{{ build.creation_date }}</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -164,7 +164,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel-heading {
|
.panel-heading {
|
||||||
padding: 2px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.float-right {
|
.float-right {
|
||||||
|
Loading…
Reference in New Issue
Block a user