2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Remove nav tree

This commit is contained in:
Oliver
2021-10-29 10:54:15 +11:00
parent 80a41affc1
commit 890fd0f1a0
7 changed files with 53 additions and 209 deletions

View File

@ -20,20 +20,3 @@
{% include 'part/cat_link.html' with category=category %}
{% endif %}
{% endblock %}
{% block js_ready %}
{{ block.super }}
loadTree("{% url 'api-part-tree' %}",
"#part-tree",
{
name: 'part',
}
);
initNavTree({
label: 'part',
treeId: '#sidenav-left',
toggleId: '#toggle-part-tree',
});
{% endblock %}