mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
make icon optional
This commit is contained in:
parent
267c5ca40c
commit
80414ba6b5
@ -1,7 +1,7 @@
|
||||
{% load i18n %}
|
||||
<a href="#" id='select-{{ label }}' title='{% trans text %}' class="list-group-item sidebar-list-group-item border-end-0 d-inline-block text-truncate sidebar-selector" data-bs-parent="#sidebar">
|
||||
<i class="bi bi-bootstrap"></i>
|
||||
<span class='sidebar-item-icon fas {{ icon }}'></span>
|
||||
<span class='sidebar-item-icon{% if icon %} fas {{ icon }}{% endif %}'></span>
|
||||
<span class='sidebar-item-text' style='display: none;'>{% trans text %}</span>
|
||||
{% if badge %}
|
||||
<span id='sidebar-badge-{{ label }}' class='sidebar-item-badge badge rounded-pill badge-right bg-dark'>
|
||||
|
Loading…
Reference in New Issue
Block a user