summaryrefslogtreecommitdiffstats
path: root/reporting/reporting/yardstick/template/index-status-tmpl.html
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-09-18 16:02:18 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2017-09-18 16:02:18 +0200
commit057280cb51c766cbbf01b45191843db035fda410 (patch)
tree8c9d11b8ec9fbcce1b1daf8f2f1e7b155a350876 /reporting/reporting/yardstick/template/index-status-tmpl.html
parent175b3db64b2fe9c666a09ae5f5534e39f8e0ec46 (diff)
Add Euphrates pages for reporting
Change-Id: Iee4c54801d839be949495360141d4ae9353e5ecc Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/reporting/yardstick/template/index-status-tmpl.html')
-rw-r--r--reporting/reporting/yardstick/template/index-status-tmpl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/reporting/yardstick/template/index-status-tmpl.html b/reporting/reporting/yardstick/template/index-status-tmpl.html
index 77ba950..f9b8524 100644
--- a/reporting/reporting/yardstick/template/index-status-tmpl.html
+++ b/reporting/reporting/yardstick/template/index-status-tmpl.html
@@ -25,7 +25,7 @@
}
// trend line management
- d3.csv("./scenario_history.csv", function(data) {
+ d3.csv("./scenario_history.txt", function(data) {
// ***************************************
// Create the trend line
{% for scenario in scenario_results.keys() -%}