From 3bac6ef7a01e4a5709a7fb005590221a616b1b44 Mon Sep 17 00:00:00 2001 From: Dirk Jahnke Date: Thu, 14 Apr 2022 18:16:26 +0200 Subject: [PATCH] Improved booking UI, which now retrievs container and asset infos automatically --- booker/templates/booker/scanner.html | 116 ++++++++++++++++++++++++++- 1 file changed, 112 insertions(+), 4 deletions(-) diff --git a/booker/templates/booker/scanner.html b/booker/templates/booker/scanner.html index f7cf5ed..f780815 100644 --- a/booker/templates/booker/scanner.html +++ b/booker/templates/booker/scanner.html @@ -4,12 +4,41 @@ {% block title %}Scanner: {{ scanner_id }}{% endblock %} {% block content %} -
-
- +
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ + +
+
+ + +
+
{{ scanner_id|json_script:"scanner_id" }} {% endblock %}