mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
human name in navbar
This commit is contained in:
parent
f406ad7537
commit
7ad9cf3b3d
@ -131,9 +131,9 @@
|
||||
{% plugin_list as pl_list %}
|
||||
{% for plugin_key, plugin in pl_list.items %}
|
||||
{% if plugin.registered_mixins %}
|
||||
<li class='list-group-item' title='{{ plugin.plugin_name }}'>
|
||||
<li class='list-group-item' title='{{ plugin.human_name }}'>
|
||||
<a href='#' class='text-{{plugin.sign_color}} nav-toggle' id='select-plugin-{{plugin_key}}'>
|
||||
{{ plugin.plugin_name}}
|
||||
{{ plugin.human_name }}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user