Fix duplicate icon assignment

This commit is contained in:
Jordan Wages 2025-07-19 03:58:41 -05:00
commit 4017b4ab72
211 changed files with 782 additions and 6 deletions

View file

@ -1,5 +1,8 @@
<div class="box">
<h2 class="subtitle">{{ report.label }}</h2>
<h2 class="subtitle">
{% if report.icon %}<span class="icon is-small"><img src="icons/{{ report.icon }}.svg" alt="{{ report.icon }}"></span>{% endif %}
{{ report.label }}
</h2>
{% if report.chart == 'table' %}
<table id="table-{{ report.name }}" class="table is-striped"></table>
{% else %}