From 9636cf71198767e4022ed1a1524b10b58820f9f8 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sat, 21 Oct 2023 17:55:35 +0000 Subject: [PATCH] fireinfo/driver: finished the page --- src/templates/fireinfo/driver.html | 43 +++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 9 deletions(-) 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 %} -- 2.47.3