diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-10-10 10:32:07 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-10-10 10:34:48 +0200 |
commit | bd01a39732b3e2ffbcb415bba662f5d8a2128b51 (patch) | |
tree | 9f528bc8005d4b093b4f38589aeeea32ead7d748 /reporting/functest/template | |
parent | 187b02f0a32a69f81a275fa84a450e14a3020200 (diff) |
Add export functions to reporting
JIRA: FUNCTEST-486
Change-Id: I84ad52f12097bbc5976c754d28ebc76d49b1eff2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/functest/template')
-rw-r--r-- | reporting/functest/template/index-status-tmpl.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/reporting/functest/template/index-status-tmpl.html b/reporting/functest/template/index-status-tmpl.html index 2beb912..e3c9c5f 100644 --- a/reporting/functest/template/index-status-tmpl.html +++ b/reporting/functest/template/index-status-tmpl.html @@ -148,6 +148,9 @@ $(document).ready(function (){ </div> {%- endfor %} see <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6828617">Functest scoring wiki page</a> for details on scenario scoring + <div> <br> + <a href="./status-{{installer}}.pdf" class="myButtonPdf">Export to PDF</a> <a href="./scenario_history_{{installer}}.txt" class="myButtonCSV">Export to CSV</a> + </div> </div> <div class="col-md-1"></div> </div> |