From: Rico Hoppe Date: Sat, 21 Oct 2023 17:55:35 +0000 (+0000) Subject: fireinfo/driver: finished the page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9636cf71198767e4022ed1a1524b10b58820f9f8;p=ipfire.org.git fireinfo/driver: finished the page --- diff --git a/src/templates/fireinfo/driver.html b/src/templates/fireinfo/driver.html index c9f4bf2e..6daba7f4 100644 --- a/src/templates/fireinfo/driver.html +++ b/src/templates/fireinfo/driver.html @@ -3,17 +3,42 @@ {% block title %}{{ driver }}{% end block %} {% block container %} -
-
-

{{ 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 %}