2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

BOM display is now heirarchical

This commit is contained in:
Oliver Walters
2020-08-18 21:01:22 +10:00
parent 4cd54203a2
commit 82903d2bd6
3 changed files with 92 additions and 20 deletions

View File

@ -29,6 +29,7 @@
<meta name="theme-color" content="#ffffff">
<!-- CSS -->
<link rel='stylesheet' href='{% static "treegrid/css/jquery.treegrid.css" %}'>
<link rel="stylesheet" href="{% static 'fontawesome/css/brands.css' %}">
<link rel="stylesheet" href="{% static 'fontawesome/css/solid.css' %}">
<link rel="stylesheet" href="{% static 'css/bootstrap_3.3.7_css_bootstrap.min.css' %}">