{% extends "/base.html" %} {% block title %}Scanning {{ target }} - Nercone TLS Test{% endblock %} {% block title_suffix %}TLS Test{% endblock %} {% block description %}スキャンの進捗を表示しています。{% endblock %} {% block header_desc %}スキャン中です...{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Scanning {{ target }}

Test ID: {{ test_id }}

waiting for queue…

Log

{% for entry in progress_entries %}
[{{ entry.phase }}] {{ entry.detail }}
{% endfor %}
{% endblock %}