2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Fancify all the menubars

This commit is contained in:
Oliver Walters
2021-02-25 09:10:20 +11:00
parent fe42d5c54d
commit 26e80fa0ab
12 changed files with 112 additions and 96 deletions

View File

@ -383,8 +383,9 @@ InvenTree | {% trans "Stock Item" %} - {{ item }}
{% block js_ready %}
{{ block.super }}
enableRightNavbar({
minWidth: '50px'
enableNavbar({
label: 'item',
toggleId: '#item-menu-toggle',
});
loadTree("{% url 'api-stock-tree' %}",

View File

@ -3,7 +3,7 @@
<ul class='list-group'>
<li class='list-group-item'>
<a href='#' id='company-menu-toggle'>
<a href='#' id='item-menu-toggle'>
<span class='menu-tab-icon fas fa-expand-arrows-alt'></span>
</a>
</li>