From 1365cfa0bb1cf426bcbeb6eeb604c9505aaa3acf 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: kunalsz --- 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" %}