mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove database metrics from system info tab
This commit is contained in:
parent
fc3b062188
commit
e809fd9a2c
@ -87,31 +87,4 @@
|
|||||||
<!-- TODO - Enumerate system issues here! -->
|
<!-- TODO - Enumerate system issues here! -->
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td colspan='3'><strong>{% trans "Parts" %}</strong></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><span class='fas fa-sitemap'></span></td>
|
|
||||||
<td>{% trans "Part Categories" %}</td>
|
|
||||||
<td>{{ part_cat_count }}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><span class='fas fa-shapes'></span></td>
|
|
||||||
<td>{% trans "Parts" %}</td>
|
|
||||||
<td>{{ part_count }}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td colspan="3"><strong>{% trans "Stock Items" %}</strong></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><span class='fas fa-map-marker-alt'></span></td>
|
|
||||||
<td>{% trans "Stock Locations" %}</td>
|
|
||||||
<td>{{ stock_loc_count }}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><span class='fas fa-boxes'></span></td>
|
|
||||||
<td>{% trans "Stock Items" %}</td>
|
|
||||||
<td>{{ stock_item_count }}</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
</table>
|
Loading…
Reference in New Issue
Block a user