From 0135f4de42490fd89342361b52933f8bd449ef23 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 19 Apr 2018 22:26:55 +0800 Subject: [PATCH] fix #122: jump to the corresponding record when closed window --- httprunner/templates/default_report_template.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/httprunner/templates/default_report_template.html b/httprunner/templates/default_report_template.html index 69e8e4db..96ec3f8c 100644 --- a/httprunner/templates/default_report_template.html +++ b/httprunner/templates/default_report_template.html @@ -177,7 +177,7 @@ Detail {% for record in records %} - + {{record.status}} {{record.name}} {{ '%0.1f'| format(record.response_time_ms|float) }} ms @@ -187,7 +187,7 @@ @@ -197,7 +197,7 @@