From 1c8ae0db52d0a045d12a2916a821cf82be448793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 17 Aug 2022 21:37:53 +0200 Subject: [PATCH] chg: Make user-agent selection more clear --- website/web/templates/capture.html | 53 ++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 6 deletions(-) diff --git a/website/web/templates/capture.html b/website/web/templates/capture.html index 702781dc..8319b73d 100644 --- a/website/web/templates/capture.html +++ b/website/web/templates/capture.html @@ -95,18 +95,28 @@
- -
-
Or pick the user agent of your choice:

{% endif %} +
+
+
+ + +
+
+
+
@@ -149,14 +159,21 @@
{% endfor%} {% endfor%} +
-
Or type the user-agent of your choice:
-
+
+
+
+ + +
+
+
+ placeholder="String to use as a User-Agent for the capture" disabled>
@@ -262,5 +279,29 @@ } }) + + {% endblock %}