summaryrefslogtreecommitdiffstats
path: root/reporting/reporting/yardstick/template/index-status-tmpl.html
diff options
context:
space:
mode:
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() -%}