Skip to content

Commit

Permalink
Fix the icon of the billing exporters' configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
genglert committed Oct 31, 2024
1 parent 4db9826 commit eb81602
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions creme/billing/templates/billing/bricks/exporters.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

{% block brick_extra_class %}{{block.super}} billing-exporters-brick{% endblock %}

{% block brick_header_title %}
{% brick_header_title title=verbose_name icon='config' %}
{% endblock %}

{% block brick_table_columns %}
{% brick_table_column title=_('Type') status='primary' %}
{% brick_table_column title=_('Exporter') %}
Expand Down

0 comments on commit eb81602

Please sign in to comment.