From 8d7a1d2f59808beac715f2d3f0ef6f4c5ff1bbbb Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 3 Aug 2022 07:20:30 +0100 Subject: [PATCH] Move info panel to the top --- core/templates/ui/drilldown/results.html | 46 +++++++++++++----------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/core/templates/ui/drilldown/results.html b/core/templates/ui/drilldown/results.html index 1dd5fc3..302e90c 100644 --- a/core/templates/ui/drilldown/results.html +++ b/core/templates/ui/drilldown/results.html @@ -4,6 +4,31 @@ {% if results %} + +
+
+
+ +
+
+

{{ card }} hits

+
+ {% if redacted != 0 %} +
+

{{ redacted }} redacted

+
+ {% endif %} + + {% if exemption is not None %} +
+

god mode

+
+ {% endif %} +
+

{{ took }}ms

+
+
+
@@ -144,25 +169,4 @@
-
-
-
-

{{ card }} hits

-
- {% if redacted != 0 %} -
-

{{ redacted }} redacted

-
- {% endif %} - - {% if exemption is not None %} -
-

god mode

-
- {% endif %} -
-

{{ took }}ms

-
-
-
{% endif %} \ No newline at end of file