There was an error while loading. Please reload this page.
1 parent b827ade commit 87a4330Copy full SHA for 87a4330
1 file changed
vulnerabilities/templates/package_details.html
@@ -43,7 +43,7 @@
43
<div id="tab-content">
44
<div class="tab-div is-active" data-content="essentials">
45
<div class="tab-nested-div mb-1 pb-0">
46
- {% if affected_by_vulnerabilities|length == 0 %}
+ {% if affected_by_vulnerabilities|length != 0 %}
47
<div class="pl-3 pr-3 mb-5 floating-purl pb-0">
48
{% else %}
49
<div class="pl-3 pr-3 mb-5 floating-purl pb-2">
@@ -65,7 +65,7 @@
65
</tbody>
66
</table>
67
</div>
68
69
70
<div class="pl-3 pr-3 mb-6 non-vuln pb-0">
71
<table class="table vcio-table width-100-pct">
0 commit comments