2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 15:41:10 +00:00

Hide part toolbar, nicer part representation, improved parameters prefetching

This commit is contained in:
eeintech
2020-10-01 10:03:49 -05:00
parent a71b5ef0a0
commit b7d25a75c4
4 changed files with 82 additions and 19 deletions

View File

@@ -13,6 +13,12 @@
{% block js_ready %}
{{ block.super }}
/* Hide Button Toolbar */
window.onload = function hideButtonToolbar() {
var toolbar = document.getElementById("button-toolbar");
toolbar.style.display = "none";
};
loadParametricPartTable(
"#parametric-part-table",