From: Rico Hoppe Date: Tue, 28 Nov 2023 17:22:14 +0000 (+0000) Subject: vendors: renamed the variables X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a938e58356a8ec5eaa141e9d31e26eba44af883e;p=ipfire.org.git vendors: renamed the variables --- diff --git a/src/templates/fireinfo/vendors.html b/src/templates/fireinfo/vendors.html index 1dac1470..491b1d2a 100644 --- a/src/templates/fireinfo/vendors.html +++ b/src/templates/fireinfo/vendors.html @@ -33,16 +33,14 @@
- {% for vendor, subsystems in vendors %} + {% for vendor in sorted(vendors) %}
- {% if vendor %} -
{{ vendor }}
-
- {% for subsystem, vendor_id in sorted(subsystems) %} - {{ subsystem.upper() }} - {% end %} -
- {% end %} +
{{ vendor }}
+
+ {% for subsystem, vendor_id in sorted(vendors[vendor]) %} + {{ subsystem.upper() }} + {% end %} +
{% end %}