Merge branch '0.11-dev' of github.com:Froxlor/Froxlor into 0.11-dev

This commit is contained in:
envoyr
2022-02-23 18:28:13 +01:00
4 changed files with 104 additions and 38 deletions

View File

@@ -12,9 +12,9 @@
{% macro boolean(data) %}
{% if (data) %}
<i class="fa fa-check-circle"></i>
<i class="fa fa-check-circle text-success"></i>
{% else %}
<i class="fa fa-times-circle"></i>
<i class="fa fa-times-circle text-danger"></i>
{% endif %}
{% endmacro %}
@@ -33,4 +33,4 @@
{% endapply %}
{% endif %}
{% endfor %}
{% endmacro %}
{% endmacro %}