diff --git a/app/templates/security.html b/app/templates/security.html index 58a7e10..d6f081b 100644 --- a/app/templates/security.html +++ b/app/templates/security.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block title %}Security {% endblock %} {% block inner_content %} -{% from 'macros.html' import vulnerability_tooltip %} +{% from 'macros.html' import vulnerability_list %}
@@ -17,17 +17,17 @@ - - - - + + + + - + @@ -37,7 +37,7 @@ {% endfor %}
Base Package Version Upstream VersionVulnerabilities
{{ s.version }}{% if s.version != s.git_version %} ({{ s.git_version }} in git){% endif %} {{ s.upstream_version if s.is_outdated_in_git else '' }} - {{ vulnerability_tooltip(s) }} + {{ vulnerability_list(s) }}