diff options
Diffstat (limited to 'vnftest/common/html_template.py')
-rw-r--r-- | vnftest/common/html_template.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnftest/common/html_template.py b/vnftest/common/html_template.py index 572d47f..7a91781 100644 --- a/vnftest/common/html_template.py +++ b/vnftest/common/html_template.py @@ -184,6 +184,7 @@ report_template = """ <td>{{ loop.index }}</td> <td>{{key}}</td> <td>{{value.criteria}}</td> + <td>{{value.output}}</td> </tr> {% endfor %} </tbody> |