From: Michael Tremer Date: Wed, 25 Oct 2023 11:12:10 +0000 (+0000) Subject: Merge branch 'fireinfo-wip' into new-design X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a130d149fb44ccb179c0581cce52fcfa007e862a;p=ipfire.org.git Merge branch 'fireinfo-wip' into new-design --- a130d149fb44ccb179c0581cce52fcfa007e862a diff --cc src/templates/fireinfo/admin.html index d708595d,b33989df..dc095e7e --- a/src/templates/fireinfo/admin.html +++ b/src/templates/fireinfo/admin.html @@@ -8,8 -8,8 +8,8 @@@
-

{{ "{:,d}".format(total) }}

+

{{ "{:,d}".format(total) }}

-

{{ _("Total amount of profiles") }}

+

{{ _("Total Profiles") }}

diff --cc src/templates/fireinfo/index.html index bd1e203f,e283a46e..9a67dffa --- a/src/templates/fireinfo/index.html +++ b/src/templates/fireinfo/index.html @@@ -34,10 -34,12 +34,12 @@@
{% if latest_release %} + {% set usage = latest_release.get_usage(when=when) %} +
-

+

- {{ "%.2f%%" % (latest_release.penetration * 100) }} + {{ "%.2f%%" % (usage * 100) }}