Skip to content

Commit 1365cfa

Browse files
committed
Rearranged the UI to show packages at the top #1753
Signed-off-by: kunalsz <[email protected]>
1 parent 56eb442 commit 1365cfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vulnerabilities/templates/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
{% block content %}
99
<section class="section pt-2">
1010
<div class="container">
11-
<div class="columns is-centered mb-5 mt-2">
11+
<div class="columns is-centered mb-5">
1212
<div class="column is-full-tablet is-full-desktop">
13-
{% include "vulnerability_search_box.html" %}
13+
{% include "package_search_box.html" %}
1414
</div>
1515
</div>
16-
<div class="columns is-centered mb-5">
16+
<div class="columns is-centered mb-5 mt-2">
1717
<div class="column is-full-tablet is-full-desktop">
18-
{% include "package_search_box.html" %}
18+
{% include "vulnerability_search_box.html" %}
1919
</div>
2020
</div>
2121
<div class="notification is-info is-light has-text-centered">

0 commit comments

Comments
 (0)