Add TLS reports capabilities

This commit is contained in:
2026-06-23 11:49:58 -03:00
parent 5c1dc95c36
commit f4ae9f8532
20 changed files with 1158 additions and 75 deletions
+2 -2
View File
@@ -94,8 +94,8 @@
{% if alert.source_history %}
<span>{{ alert.source_history }}</span>
{% endif %}
{% if alert.report_db_id %}
<a class="dw-inline-link" href="/reports/{{ alert.report_db_id }}">Source report</a>
{% if alert.source_report_url %}
<a class="dw-inline-link" href="{{ alert.source_report_url }}">Source report</a>
{% endif %}
</div>
{% if alert.published_policy_label or alert.receiver_action_label %}