Skip to content

Commit

Permalink
Rearranged the UI to show packages at the top #1753
Browse files Browse the repository at this point in the history
Signed-off-by: Kunal Gurtatta <[email protected]>
  • Loading branch information
kunalsz committed Jan 22, 2025
1 parent 56eb442 commit 1c3e3b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vulnerabilities/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
{% block content %}
<section class="section pt-2">
<div class="container">
<div class="columns is-centered mb-5 mt-2">
<div class="columns is-centered mb-5">
<div class="column is-full-tablet is-full-desktop">
{% include "vulnerability_search_box.html" %}
{% include "package_search_box.html" %}
</div>
</div>
<div class="columns is-centered mb-5">
<div class="columns is-centered mb-5 mt-2">
<div class="column is-full-tablet is-full-desktop">
{% include "package_search_box.html" %}
{% include "vulnerability_search_box.html" %}
</div>
</div>
<div class="notification is-info is-light has-text-centered">
Expand Down

0 comments on commit 1c3e3b0

Please sign in to comment.