We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f56572 commit a2f86e4Copy full SHA for a2f86e4
1 file changed
product_portfolio/templates/product_portfolio/compliance_dashboard.html
@@ -128,7 +128,7 @@ <h1 class="h3 mb-0">{% trans "Compliance Control Center" %}</h1>
128
{% endif %}
129
</td>
130
<td class="text-end">
131
- {% if product.risk_threshold %}
+ {% if product.risk_threshold and product.vulnerability_count %}
132
<span class="text-body-tertiary fs-xs" data-bs-toggle="tooltip" title="{% trans 'Risk threshold' %}">
133
≥ {{ product.risk_threshold }}
134
</span>
0 commit comments