We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52069f4 commit 5529efeCopy full SHA for 5529efe
vulnerabilities/templates/index.html
@@ -10,12 +10,12 @@
10
<div class="container">
11
<div class="columns is-centered mb-5 mt-2">
12
<div class="column is-full-tablet is-full-desktop">
13
- {% include "vulnerability_search_box.html" %}
+ {% include "package_search_box.html" %}
14
</div>
15
16
<div class="columns is-centered mb-5">
17
18
- {% include "package_search_box.html" %}
+ {% include "vulnerability_search_box.html" %}
19
20
21
<div class="notification is-info is-light has-text-centered">
0 commit comments