Explorar el Código

Fixes #19365: Omit plugin icon from page title

Jeremy Stretch hace 1 año
padre
commit
15c7a19fb7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 %}