Browse Source

Fixes #19365: Omit plugin icon from page title

Jeremy Stretch 1 năm trước cách đây
mục cha
commit
15c7a19fb7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      netbox/templates/core/plugin.html

+ 1 - 1
netbox/templates/core/plugin.html

@@ -4,7 +4,7 @@
 {% load i18n %}
 {% load render_table from django_tables2 %}
 
-{% block title %}<img class="plugin-icon" src="{{ plugin.icon_url }}">&nbsp;{{ plugin.title_long }}{% endblock %}
+{% block title %}{{ plugin.title_long }}{% endblock %}
 
 {% block object_identifier %}
 {% endblock object_identifier %}