diff --git a/public/tools/tls-test/results.html b/public/tools/tls-test/results.html index bd1213a..20dae86 100644 --- a/public/tools/tls-test/results.html +++ b/public/tools/tls-test/results.html @@ -27,7 +27,7 @@

{{ result.target or job.target }}

host={{ result.host }} port={{ result.port }}

実施: {{ job.started_at | default("") }} / 所要時間: {{ "%.2f"|format(result.duration or 0) }}秒 / テストID: {{ test_id }}

-

結果は7日間保持され、その後自動的に削除されます。

+

結果は7日間保存され、その後自動的に削除されます。

{% if result.error %}

{{ result.error }}

{% endif %}