mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #786 from SchrodingersGat/stats-fix
Table colspan fix
This commit is contained in:
commit
7afb2a6a75
@ -5,7 +5,7 @@
|
|||||||
<table class='table table-striped table-condensed'>
|
<table class='table table-striped table-condensed'>
|
||||||
<col width='25'>
|
<col width='25'>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan='2'><b>{% trans "Parts" %}</b></td>
|
<td colspan='3'><b>{% trans "Parts" %}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class='fas fa-sitemap'></span></td>
|
<td><span class='fas fa-sitemap'></span></td>
|
||||||
@ -18,7 +18,7 @@
|
|||||||
<td>{{ part_count }}</td>
|
<td>{{ part_count }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><b>{% trans "Stock Items" %}</b></td>
|
<td colspan="3"><b>{% trans "Stock Items" %}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class='fas fa-map-marker-alt'></span></td>
|
<td><span class='fas fa-map-marker-alt'></span></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user