diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-17 15:33:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-17 15:33:59 +0000 |
commit | 4713bc32bad1401a131105ea26c97a4b5119c126 (patch) | |
tree | 83541ce11dd6b1ccdb6e033c8c0aec7933b0258d /utils/test/reporting/yardstick/template/index-status-tmpl.html | |
parent | 387600a6d881bfdc046772b2a3cfbfb59fd2469c (diff) | |
parent | c850beb64083c730301188ade4cbba0f2a329a92 (diff) |
Merge "Refactor reporting dir"
Diffstat (limited to 'utils/test/reporting/yardstick/template/index-status-tmpl.html')
-rw-r--r-- | utils/test/reporting/yardstick/template/index-status-tmpl.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/utils/test/reporting/yardstick/template/index-status-tmpl.html b/utils/test/reporting/yardstick/template/index-status-tmpl.html index 5a4dc347c..b6f237a1a 100644 --- a/utils/test/reporting/yardstick/template/index-status-tmpl.html +++ b/utils/test/reporting/yardstick/template/index-status-tmpl.html @@ -3,12 +3,12 @@ <meta charset="utf-8"> <!-- Bootstrap core CSS --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet"> - <link href="../../../css/default.css" rel="stylesheet"> + <link href="../../css/default.css" rel="stylesheet"> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://d3js.org/d3.v2.min.js"></script> - <script type="text/javascript" src="../../../js/gauge.js"></script> - <script type="text/javascript" src="../../../js/trend.js"></script> + <script type="text/javascript" src="../../js/gauge.js"></script> + <script type="text/javascript" src="../../js/trend.js"></script> <script> function onDocumentReady() { // Gauge management @@ -25,8 +25,7 @@ } // trend line management - //d3.csv("./scenario_history.txt", function(data) { - d3.csv("./scenario_history.txt", function(data) { + d3.csv("./scenario_history.csv", function(data) { // *************************************** // Create the trend line {% for scenario in scenario_results.keys() -%} |