use plugin’s icon

This commit is contained in:
Andy Miller
2024-09-24 16:20:42 -06:00
parent 5904414cc4
commit 33d1c7ffcf

View File

@@ -68,7 +68,7 @@
</div> </div>
{% endif %} {% endif %}
<h1><i class="fa fa-fw fa-plug"></i> {{ "PLUGIN_ADMIN.PLUGIN"|t }}: {{ plugin.name }}</h1> <h1><i class="fa fa-fw fa-{{ plugin.icon ?? 'plug' }}"></i> {{ "PLUGIN_ADMIN.PLUGIN"|t }}: {{ plugin.name }}</h1>
{% endif %} {% endif %}
{% endblock %} {% endblock %}