Add TLS reports capabilities
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user