prometheus-tlsrpt-exporter/templates/report.html
s3lph 264e9a5dcf
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Initial commit
2023-07-23 20:19:37 +02:00

7 lines
246 B
HTML

{% extends 'base.html' %}
{% block main %}
<h2>TLS Report: {{ report['report-id']}}</h2>
<pre>{{ json.dumps(report, indent=4) }}</pre>
<a href="{{ baseurl }}/ui/report/{{ report['report-id'] | urlencode }}/json">Download JSON</a>
{% endblock %}