2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00
This commit is contained in:
Matthias
2021-11-11 12:33:11 +01:00
parent 112e04381e
commit 36591a5f6e

View File

@ -49,7 +49,7 @@
{% if mixin_list %}
{% for mixin in mixin_list %}
<a class='nav-toggle' id='select-plugin-{{plugin_key}}'>
<a class='sidebar-selector' id='select-plugin-{{plugin_key}}' data-bs-parent="#sidebar">
<span class='badge bg-dark badge-right'>{% blocktrans with name=mixin.human_name %}has {{name}}{% endblocktrans %}</span>
</a>
{% endfor %}