From: Rico Hoppe Date: Sat, 21 Oct 2023 16:24:24 +0000 (+0000) Subject: fireinfo/driver: restyled the page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a54d030248cf8aca69d2e141f6e9ec542c91a61c;p=ipfire.org.git fireinfo/driver: restyled the page --- diff --git a/src/templates/fireinfo/driver.html b/src/templates/fireinfo/driver.html index 5e067d9b..c9f4bf2e 100644 --- a/src/templates/fireinfo/driver.html +++ b/src/templates/fireinfo/driver.html @@ -3,25 +3,17 @@ {% block title %}{{ driver }}{% end block %} {% block container %} -
+
-
-
-

{{ driver }}

+

{{ driver }}

-

- {{ _("All known devices run by %s") % driver }} -

-
-
+

+ {{ _("All known devices run by %s") % driver }} +

-
-
- {% module FireinfoDeviceTable(driver_map) %} -
-
+ {% module FireinfoDeviceTable(driver_map) %}
{% end block %}