diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-10-16 01:44:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-16 01:44:29 +0000 |
commit | 545782c909d40963450a69c0f74b7ab68cc4dd63 (patch) | |
tree | 7df8ebf6f767153beb7bbafdb3b7418b9fa1edad /utils | |
parent | 4b087c3b4f08c31784644171f40e8f2d6f937f74 (diff) | |
parent | e34b38312287257fea2f1c7c3f8c834d60c6cc16 (diff) |
Merge "Update table headers in the reporting page"
Diffstat (limited to 'utils')
-rw-r--r-- | utils/test/reporting/reporting/qtip/template/index-status-tmpl.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/test/reporting/reporting/qtip/template/index-status-tmpl.html b/utils/test/reporting/reporting/qtip/template/index-status-tmpl.html index da8424a22..f55f78144 100644 --- a/utils/test/reporting/reporting/qtip/template/index-status-tmpl.html +++ b/utils/test/reporting/reporting/qtip/template/index-status-tmpl.html @@ -66,9 +66,9 @@ <table class="table"> <tr> <th width="25%">Pod/Scenario</th> - <th width="25%">Trend</th> - <th width="25%">Last 4 Iterations</th> - <th width="25%">Last 10 Days</th> + <th width="25%">Scoring Trend</th> + <th width="25%">Avg. in Last 4 Runs</th> + <th width="25%">Avg. in Last 10 Days</th> </tr> {% for scenario,result in prof_results.iteritems() -%} <tr class="tr-ok"> |