From 1c3e3b0ac2b2434d0ab30287e55a1819f7f40371 Mon Sep 17 00:00:00 2001 From: kunalsz Date: Wed, 22 Jan 2025 16:49:24 -0500 Subject: [PATCH] Rearranged the UI to show packages at the top #1753 Signed-off-by: Kunal Gurtatta --- vulnerabilities/templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vulnerabilities/templates/index.html b/vulnerabilities/templates/index.html index cdc9212ed..0ffc38e89 100644 --- a/vulnerabilities/templates/index.html +++ b/vulnerabilities/templates/index.html @@ -8,14 +8,14 @@ {% block content %}
-
+
- {% include "vulnerability_search_box.html" %} + {% include "package_search_box.html" %}
-
+
- {% include "package_search_box.html" %} + {% include "vulnerability_search_box.html" %}