From 82341416e115b1a852d0c24677cebf31401b98bc Mon Sep 17 00:00:00 2001 From: httprunner 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 @@