We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874d020 commit 4ca4884Copy full SHA for 4ca4884
netbox/utilities/templates/navigation/menu.html
@@ -45,7 +45,7 @@
45
{% if buttons %}
46
<div class="btn-group ms-1">
47
{% for button in buttons %}
48
- <a href="{% if button.url %}{{ button.url }}{% else %}{% url button.link %}"{% endif %} class="btn btn-sm btn-{{ button.color|default:"outline" }} lh-2 px-2" title="{{ button.title }}">
+ <a href="{% if button.url %}{{ button.url }}{% else %}{% url button.link %}{% endif %}" class="btn btn-sm btn-{{ button.color|default:"outline" }} lh-2 px-2" title="{{ button.title }}">
49
<i class="{{ button.icon_class }}"></i>
50
</a>
51
{% endfor %}
0 commit comments