fix variable name

This commit is contained in:
httprunner
2018-05-29 15:06:21 +08:00
parent a7f96c8f3c
commit d9e6bdc614

View File

@@ -165,7 +165,7 @@
test-id='{{ forloop.counter }}'>
<div class='test-heading'>
<span class='test-name'>{{ record.name }}</span>
<span class='test-time'>{{ record.meta_data.response_time }} ms</span>
<span class='test-time'>{{ record.meta_data.response_time_ms }} ms</span>
<span class='test-status right pass'>pass</span>
</div>
{% elif record.status == 'error' %}
@@ -173,13 +173,13 @@
test-id='{{ forloop.counter }}'>
<div class='test-heading'>
<span class='test-name'>{{ record.name }}</span>
<span class='test-time'>{{ record.meta_data.response_time }} ms</span>
<span class='test-time'>{{ record.meta_data.response_time_ms }} ms</span>
<span class='test-status right fail'>fail</span>
</div>
{% endif %}
<div class='test-content hide'>
<div class='test-time-info'>
<span class='label start-time'>{{ record.meta_data.response_time }} ms</span>
<span class='label start-time'>{{ record.meta_data.response_time_ms }} ms</span>
</div>
<div class='test-steps'>
<table class='bordered table-results'>