From: Michael Tremer Date: Thu, 1 Nov 2018 13:03:39 +0000 (+0000) Subject: fireinfo: Make hypervisors headline stronger X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54a429387091a3fd08d6c116078d7f13f40651e1;p=ipfire.org.git fireinfo: Make hypervisors headline stronger Signed-off-by: Michael Tremer --- diff --git a/src/templates/fireinfo/index.html b/src/templates/fireinfo/index.html index 9e0f38fe..216534f0 100644 --- a/src/templates/fireinfo/index.html +++ b/src/templates/fireinfo/index.html @@ -106,13 +106,11 @@
-

- {{ _("The top vendors of hypervisors are") }} -

+

{{ _("Top Hypervisors") }}

{% for name, percentage in hypervisors %} - {% if percentage >= 0.1 %} + {% if percentage >= 0.01 %}
{% if name == "unknown" %} {{ _("Unknown") }}