mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-24 01:38:47 +02:00
Fixes #19365: Omit plugin icon from page title
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load render_table from django_tables2 %}
|
{% load render_table from django_tables2 %}
|
||||||
|
|
||||||
{% block title %}<img class="plugin-icon" src="{{ plugin.icon_url }}"> {{ plugin.title_long }}{% endblock %}
|
{% block title %}{{ plugin.title_long }}{% endblock %}
|
||||||
|
|
||||||
{% block object_identifier %}
|
{% block object_identifier %}
|
||||||
{% endblock object_identifier %}
|
{% endblock object_identifier %}
|
||||||
|
|||||||
Reference in New Issue
Block a user