From 481a6288bfc713e7b58bdf6570a2041bef847bee Mon Sep 17 00:00:00 2001 From: nercone-dev Date: Sun, 19 Apr 2026 11:35:21 +0900 Subject: [PATCH] -- --- public/tools/tls-test/results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}