diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-10-03 22:10:57 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-10-03 22:10:57 +0800 |
commit | 2396f8cb1259b6a73c0dd5b23c1e4aaf6b65d7d0 (patch) | |
tree | 4d059c01d9ce20adecb0a1d7644d899d9069715e /reporting | |
parent | ac00a280e6b1f7d69d8dbc37f96145624c650b88 (diff) |
Update table headers in the reporting page
Change-Id: I19916f1e4dd04297cc7d73e93a12767d335c0d99
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'reporting')
-rw-r--r-- | reporting/reporting/qtip/template/index-status-tmpl.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/reporting/reporting/qtip/template/index-status-tmpl.html b/reporting/reporting/qtip/template/index-status-tmpl.html index da8424a..f55f781 100644 --- a/reporting/reporting/qtip/template/index-status-tmpl.html +++ b/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"> |