Fix duplicate icon assignment
This commit is contained in:
parent
ad28b6e81e
commit
4017b4ab72
211 changed files with 782 additions and 6 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue